Skip to content

Commit

Permalink
[#349] Pin bazel CI to Ubuntu 24.04 to fix bazel issue
Browse files Browse the repository at this point in the history
  • Loading branch information
elBoberido committed Oct 17, 2024
1 parent 38ed730 commit cad5c29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ jobs:
if: ${{ needs.changes.outputs.source-code == 'true' }}
strategy:
matrix:
os: [ubuntu-latest]
os: [ubuntu-24.04]
toolchain: [stable]
timeout-minutes: 60
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit cad5c29

Please sign in to comment.