Skip to content

Commit cd4f137

Browse files
authored
Try gcc 13 on Ubuntu 24.04
1 parent 28b207d commit cd4f137

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

.github/workflows/ci.yml

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -21,30 +21,30 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
include:
24-
- name: ubu22-x86-gcc12-clang-repl-18
24+
- name: ubu22-x86-gcc13-clang-repl-18
2525
os: ubuntu-22.04
26-
compiler: gcc-12
26+
compiler: gcc-13
2727
clang-runtime: '18'
2828
cling: Off
2929
cppyy: On
3030
coverage: true
31-
- name: ubu22-x86-gcc12-clang-repl-17
31+
- name: ubu22-x86-gcc13-clang-repl-17
3232
os: ubuntu-22.04
33-
compiler: gcc-12
33+
compiler: gcc-13
3434
clang-runtime: '17'
3535
cling: Off
3636
cppyy: On
3737
coverage: true
38-
- name: ubu22-x86-gcc12-clang-repl-16
38+
- name: ubu22-x86-gcc13-clang-repl-16
3939
os: ubuntu-22.04
40-
compiler: gcc-12
40+
compiler: gcc-13
4141
clang-runtime: '16'
4242
cling: Off
4343
cppyy: On
4444
coverage: true
45-
- name: ubu22-x86-gcc9-clang13-cling
45+
- name: ubu22-x86-gcc13-clang13-cling
4646
os: ubuntu-22.04
47-
compiler: gcc-9
47+
compiler: gcc-13
4848
clang-runtime: '13'
4949
cling: On
5050
cling-version: '1.0'
@@ -469,28 +469,28 @@ jobs:
469469
fail-fast: false
470470
matrix:
471471
include:
472-
- name: ubu22-x86-gcc12-clang-repl-18-cppyy
472+
- name: ubu22-x86-gcc13-clang-repl-18-cppyy
473473
os: ubuntu-22.04
474-
compiler: gcc-12
474+
compiler: gcc-13
475475
clang-runtime: '18'
476476
cling: Off
477477
cppyy: On
478478
coverage: true
479-
- name: ubu22-x86-gcc12-clang-repl-17-cppyy
479+
- name: ubu22-x86-gcc13-clang-repl-17-cppyy
480480
os: ubuntu-22.04
481-
compiler: gcc-12
481+
compiler: gcc-13
482482
clang-runtime: '17'
483483
cling: Off
484484
cppyy: On
485-
- name: ubu22-x86-gcc12-clang-repl-16-cppyy
485+
- name: ubu22-x86-gcc13-clang-repl-16-cppyy
486486
os: ubuntu-22.04
487-
compiler: gcc-12
487+
compiler: gcc-13
488488
clang-runtime: '16'
489489
cling: Off
490490
cppyy: On
491-
- name: ubu22-x86-gcc9-clang13-cling-cppyy
491+
- name: ubu22-x86-gcc13-clang13-cling-cppyy
492492
os: ubuntu-22.04
493-
compiler: gcc-9
493+
compiler: gcc-13
494494
clang-runtime: '13'
495495
cling: On
496496
cling-version: '1.0'
@@ -1068,27 +1068,27 @@ jobs:
10681068
fail-fast: false
10691069
matrix:
10701070
include:
1071-
- name: ubu22-x86-gcc12-clang-repl-18-emscripten_wasm
1071+
- name: ubu22-x86-gcc13-clang-repl-18-emscripten_wasm
10721072
os: ubuntu-22.04
1073-
compiler: gcc-12
1073+
compiler: gcc-13
10741074
clang-runtime: '18'
10751075
cling: Off
10761076
micromamba_shell_init: bash
1077-
- name: ubu22-x86-gcc12-clang-repl-17-emscripten_wasm
1077+
- name: ubu22-x86-gcc13-clang-repl-17-emscripten_wasm
10781078
os: ubuntu-22.04
1079-
compiler: gcc-12
1079+
compiler: gcc-13
10801080
clang-runtime: '17'
10811081
cling: Off
10821082
micromamba_shell_init: bash
1083-
- name: ubu22-x86-gcc12-clang-repl-16-emscripten_wasm
1083+
- name: ubu22-x86-gcc13-clang-repl-16-emscripten_wasm
10841084
os: ubuntu-22.04
1085-
compiler: gcc-12
1085+
compiler: gcc-13
10861086
clang-runtime: '16'
10871087
cling: Off
10881088
micromamba_shell_init: bash
1089-
- name: ubu22-x86-gcc9-clang13-cling-emscripten_wasm
1089+
- name: ubu22-x86-gcc13-clang13-cling-emscripten_wasm
10901090
os: ubuntu-22.04
1091-
compiler: gcc-9
1091+
compiler: gcc-13
10921092
clang-runtime: '13'
10931093
cling: On
10941094
cling-version: '1.0'

0 commit comments

Comments
 (0)