Skip to content

Commit fe5d569

Browse files
committed
chore: vs2019 due to bazel toolchain issue
1 parent 6cc4bfd commit fe5d569

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ jobs:
1818
- uses: jidicula/[email protected]
1919
with: { clang-format-version: "15" }
2020
build-windows:
21-
runs-on: windows-latest
21+
# SEE: https://github.com/bazelbuild/bazel/issues/18592
22+
runs-on: windows-2019
2223
steps:
2324
- uses: actions/cache@v3
2425
with:
@@ -29,7 +30,8 @@ jobs:
2930
- uses: actions/checkout@v3
3031
- run: bazel build --config=ci //...
3132
test-windows:
32-
runs-on: windows-latest
33+
# SEE: https://github.com/bazelbuild/bazel/issues/18592
34+
runs-on: windows-2019
3335
needs: build-windows
3436
steps:
3537
- uses: actions/cache@v3

0 commit comments

Comments
 (0)