We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a38e42 commit a4a7e76Copy full SHA for a4a7e76
1 file changed
.github/workflows/bazel.yml
@@ -39,10 +39,10 @@ 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
+ - cc: gcc-14
+ cxx: g++-14
+ - cc: clang-18
+ cxx: clang++-18
46
runs-on: ubuntu-latest
47
steps:
48
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
0 commit comments