Skip to content

Commit 64cd59c

Browse files
authored
Merge pull request #109 from tweag/cb/update-workflow
Update GitHub Actions workflow
2 parents b92fb34 + 4c87460 commit 64cd59c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/workflow.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
os: [ubuntu-latest, macos-latest, windows-latest]
21+
os: [ubuntu-24.04, macos-14, windows-2022]
2222
bazel_mode: [workspace, module]
2323
version: ["6.5.0", "7.4.1", "8.0.0"]
2424
defaults:
@@ -69,7 +69,7 @@ jobs:
6969
- build-and-test
7070
if: ${{ always() }}
7171
steps:
72-
- uses: cgrindel/gha_join_jobs@8a9736c29a7e5ebd9f3af2870f59cb6d563b6659 # v1
72+
- uses: cgrindel/gha_join_jobs@8a9736c29a7e5ebd9f3af2870f59cb6d563b6659 # v1.4.0
7373
env:
7474
USE_BAZEL_VERSION: '7.x'
7575
with:

0 commit comments

Comments
 (0)