Skip to content

Commit

Permalink
Try testing Bazel 5.4.1 on windows-2019.
Browse files Browse the repository at this point in the history
  • Loading branch information
cgrindel committed Dec 18, 2023
1 parent ef91009 commit 8df1487
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,18 @@ jobs:
os: [ubuntu-latest, macos-latest, windows-latest]
bazel_mode: [workspace, module]
version: ["5.4.1", "6.4.0", "7.0.0"]
include:
# Bazel 5.4.1 does not find Visual Studio on windows-2022. So, we
# test it on windows-2019.
- version: 5.4.1
bazel_mode: workspace
os: windows-2019
exclude:
- version: 5.4.1
bazel_mode: module
# Bazel 5.4.1 does not find Visual Studio on windows-2022.
- version: 5.4.1
os: windows-latest
defaults:
run:
shell: bash
Expand Down

0 comments on commit 8df1487

Please sign in to comment.