Skip to content

Commit

Permalink
Downgrade bazel to windows-2019
Browse files Browse the repository at this point in the history
Windows 2022 is not well supported by bazel yet:
bazelbuild/bazel#18592
  • Loading branch information
dmah42 committed Jul 11, 2023
1 parent a092f82 commit d60f7ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bazel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-2022]
os: [ubuntu-latest, macos-latest, windows-2019]
bzlmod: [false, true]
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit d60f7ec

Please sign in to comment.