We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd3f93d commit 4cd23a2Copy full SHA for 4cd23a2
1 file changed
.github/workflows/build.yml
@@ -12,6 +12,10 @@ jobs:
12
fail-fast: false
13
matrix:
14
include:
15
+ - name: Ubuntu (GCC 14.2.0)
16
+ platform: ubuntu-24.04
17
+ CC: gcc-14
18
+ CXX: g++-14
19
- name: Ubuntu (GCC 13.3.0)
20
platform: ubuntu-24.04
21
CC: gcc
@@ -20,10 +24,10 @@ jobs:
24
platform: ubuntu-22.04
25
22
26
CXX: g++
23
- - name: Ubuntu (GCC 9.4.0)
- platform: ubuntu-20.04
- CC: gcc
- CXX: g++
27
+ - name: Ubuntu (GCC 9.5.0)
28
+ platform: ubuntu-22.04
29
+ CC: gcc-9
30
+ CXX: g++-9
31
- name: Ubuntu (clang 18.1.3)
32
33
CC: clang
0 commit comments