We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 139375e commit 6e9d1adCopy full SHA for 6e9d1ad
1 file changed
.github/workflows/ci.yml
@@ -27,17 +27,17 @@ jobs:
27
os: ubuntu-latest
28
container: ubuntu:18.04
29
30
- - name: gcc-13
31
- cc: gcc-13
32
- cxx: g++-13
+ - name: gcc-14
+ cc: gcc-14
+ cxx: g++-14
33
34
container: ubuntu:24.04
35
# We need relaxed builds for debug mode with current GCC versions, see #218.
36
build_options: "relaxed_build=on"
37
38
- - name: clang-18
39
- cc: clang-18
40
- cxx: clang++-18
+ - name: clang-19
+ cc: clang-19
+ cxx: clang++-19
41
42
43
0 commit comments