We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e2a2a9 commit 952af3aCopy full SHA for 952af3a
2 files changed
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
build:
21
strategy:
22
matrix:
23
- os: [ubuntu-latest, macos-latest, windows-latest]
+ os: [ubuntu-latest, macos-latest]
24
25
runs-on: ${{ matrix.os }}
26
src/BUILD
@@ -30,7 +30,6 @@ OPT_COPTS = select({
30
],
31
":debug": ["-Og"],
32
}) + select({
33
- "@bazel_tools//src/conditions:windows": ["/std:c++20"],
34
"//conditions:default": ["-std=c++20"],
35
36
"@platforms//os:macos": ["-mmacosx-version-min=10.15"],
0 commit comments