Skip to content

Commit

Permalink
Test with windows-2019
Browse files Browse the repository at this point in the history
Bazel 4.0.0 does not support VS 2022.
  • Loading branch information
fmeum committed Feb 21, 2022
1 parent cf2d373 commit e98b1e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests-externally.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
matrix:
bazel: [4.0.0, latest, last_green]
bazel_mode: [workspace, module]
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-latest, windows-2019]
jdk: [8, 11, 17]
exclude:
- bazel: 4.0.0
Expand All @@ -41,7 +41,7 @@ jobs:
- os: macos-latest
cache: "/private/var/tmp/bazel-disk"
bazel_macos_args: "--xcode_version_config=//.github:host_xcodes"
- os: windows-latest
- os: windows-2019
cache: "C:\\tmp\\bazel-disk"
- bazel_mode: module
bazel_extra_args: "--config=bzlmod"
Expand Down

0 comments on commit e98b1e8

Please sign in to comment.