Skip to content

Commit 952af3a

Browse files
committed
removing window
1 parent 2e2a2a9 commit 952af3a

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
build:
2121
strategy:
2222
matrix:
23-
os: [ubuntu-latest, macos-latest, windows-latest]
23+
os: [ubuntu-latest, macos-latest]
2424

2525
runs-on: ${{ matrix.os }}
2626

src/BUILD

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ OPT_COPTS = select({
3030
],
3131
":debug": ["-Og"],
3232
}) + select({
33-
"@bazel_tools//src/conditions:windows": ["/std:c++20"],
3433
"//conditions:default": ["-std=c++20"],
3534
}) + select({
3635
"@platforms//os:macos": ["-mmacosx-version-min=10.15"],

0 commit comments

Comments
 (0)