We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccb4e17 commit 7ca94d4Copy full SHA for 7ca94d4
.github/workflows/bazel.yml
@@ -39,11 +39,11 @@ jobs:
39
matrix:
40
shared: [ON, OFF]
41
include:
42
- - cc: gcc-12
43
- cxx: g++-12
44
- - cc: clang-14
45
- cxx: clang++-14
46
- runs-on: ubuntu-22.04
+ - cc: gcc-14
+ cxx: g++-14
+ - cc: clang-18
+ cxx: clang++-18
+ 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
27
- runs-on: [ubuntu-24.04]
+ runs-on: [ubuntu-latest]
28
29
cxx: [g++-14]
30
runs-on: ${{matrix.runs-on}}
0 commit comments