We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccb4e17 commit 3a38e42Copy full SHA for 3a38e42
.github/workflows/bazel.yml
@@ -43,7 +43,7 @@ jobs:
43
cxx: g++-12
44
- cc: clang-14
45
cxx: clang++-14
46
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-latest
47
steps:
48
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
49
- uses: bazel-contrib/setup-bazel@bbf8fe8b219f642c7f8bc673215f28eb1d9dec51 # v0.10.0
.github/workflows/ubuntu.yml
@@ -24,7 +24,7 @@ jobs:
24
build:
25
strategy:
26
matrix:
27
- runs-on: [ubuntu-24.04]
+ runs-on: [ubuntu-latest]
28
shared: [ON, OFF]
29
cxx: [g++-14]
30
runs-on: ${{matrix.runs-on}}
0 commit comments