Skip to content

Commit

Permalink
Merge pull request #73 from tweag/cg/windows_latest
Browse files Browse the repository at this point in the history
chore: update Bazel and Windows versions in CI workflow
  • Loading branch information
mergify[bot] authored Dec 19, 2023
2 parents 4265a78 + 8df1487 commit 0a791d8
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,21 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-2019]
os: [ubuntu-latest, macos-latest, windows-latest]
bazel_mode: [workspace, module]
version: ["5.3.0", "6.0.0", "7.0.0"]
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.3.0
- 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 0a791d8

Please sign in to comment.