We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b92fb34 + 4c87460 commit 64cd59cCopy full SHA for 64cd59c
.github/workflows/workflow.yaml
@@ -18,7 +18,7 @@ jobs:
18
strategy:
19
fail-fast: false
20
matrix:
21
- os: [ubuntu-latest, macos-latest, windows-latest]
+ os: [ubuntu-24.04, macos-14, windows-2022]
22
bazel_mode: [workspace, module]
23
version: ["6.5.0", "7.4.1", "8.0.0"]
24
defaults:
@@ -69,7 +69,7 @@ jobs:
69
- build-and-test
70
if: ${{ always() }}
71
steps:
72
- - uses: cgrindel/gha_join_jobs@8a9736c29a7e5ebd9f3af2870f59cb6d563b6659 # v1
+ - uses: cgrindel/gha_join_jobs@8a9736c29a7e5ebd9f3af2870f59cb6d563b6659 # v1.4.0
73
env:
74
USE_BAZEL_VERSION: '7.x'
75
with:
0 commit comments