Skip to content

Commit bd68ca5

Browse files
authored
Update ci.yml
1 parent 114b3ff commit bd68ca5

File tree

1 file changed

+36
-39
lines changed

1 file changed

+36
-39
lines changed

.github/workflows/ci.yml

Lines changed: 36 additions & 39 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
25-
os: ubuntu-22.04
26-
compiler: gcc-12
24+
- name: ubu24-x86-gcc13-clang-repl-18
25+
os: ubuntu-24.04
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
32-
os: ubuntu-22.04
33-
compiler: gcc-12
31+
- name: ubu24-x86-gcc13-clang-repl-17
32+
os: ubuntu-24.04
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
39-
os: ubuntu-22.04
40-
compiler: gcc-12
38+
- name: ubu24-x86-gcc13-clang-repl-16
39+
os: ubuntu-24.04
40+
compiler: gcc-13
4141
clang-runtime: '16'
4242
cling: Off
4343
cppyy: On
4444
coverage: true
45-
- name: ubu22-x86-gcc9-clang13-cling
46-
os: ubuntu-22.04
47-
compiler: gcc-9
45+
- name: ubu24-x86-gcc13-clang13-cling
46+
os: ubuntu-24.04
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
473-
os: ubuntu-22.04
474-
compiler: gcc-12
472+
- name: ubu24-x86-gcc13-clang-repl-18-cppyy
473+
os: ubuntu-24.04
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
480-
os: ubuntu-22.04
481-
compiler: gcc-12
479+
- name: ubu24-x86-gcc13-clang-repl-17-cppyy
480+
os: ubuntu-24.04
481+
compiler: gcc-13
482482
clang-runtime: '17'
483483
cling: Off
484484
cppyy: On
485-
- name: ubu22-x86-gcc12-clang-repl-16-cppyy
486-
os: ubuntu-22.04
487-
compiler: gcc-12
485+
- name: ubu24-x86-gcc13-clang-repl-16-cppyy
486+
os: ubuntu-24.04
487+
compiler: gcc-13
488488
clang-runtime: '16'
489489
cling: Off
490490
cppyy: On
491-
- name: ubu22-x86-gcc9-clang13-cling-cppyy
492-
os: ubuntu-22.04
493-
compiler: gcc-9
491+
- name: ubu24-x86-gcc13-clang13-cling-cppyy
492+
os: ubuntu-24.04
493+
compiler: gcc-13
494494
clang-runtime: '13'
495495
cling: On
496496
cling-version: '1.0'
@@ -928,9 +928,6 @@ jobs:
928928
uses: codecov/codecov-action@v4
929929
with:
930930
file: ./coverage.info
931-
fail_ci_if_error: true
932-
verbose: true
933-
token: ${{ secrets.CODECOV_TOKEN }}
934931

935932
- name: Build and Install cppyy-backend on Unix Systems
936933
if: ${{ (runner.os != 'windows') && (matrix.cppyy == 'On') }}
@@ -1067,27 +1064,27 @@ jobs:
10671064
fail-fast: false
10681065
matrix:
10691066
include:
1070-
- name: ubu22-x86-gcc12-clang-repl-18-emscripten_wasm
1071-
os: ubuntu-22.04
1072-
compiler: gcc-12
1067+
- name: ubu24-x86-gcc13-clang-repl-18-emscripten_wasm
1068+
os: ubuntu-24.04
1069+
compiler: gcc-13
10731070
clang-runtime: '18'
10741071
cling: Off
10751072
micromamba_shell_init: bash
1076-
- name: ubu22-x86-gcc12-clang-repl-17-emscripten_wasm
1077-
os: ubuntu-22.04
1078-
compiler: gcc-12
1073+
- name: ubu24-x86-gcc13-clang-repl-17-emscripten_wasm
1074+
os: ubuntu-24.04
1075+
compiler: gcc-13
10791076
clang-runtime: '17'
10801077
cling: Off
10811078
micromamba_shell_init: bash
1082-
- name: ubu22-x86-gcc12-clang-repl-16-emscripten_wasm
1083-
os: ubuntu-22.04
1084-
compiler: gcc-12
1079+
- name: ubu24-x86-gcc13-clang-repl-16-emscripten_wasm
1080+
os: ubuntu-24.04
1081+
compiler: gcc-13
10851082
clang-runtime: '16'
10861083
cling: Off
10871084
micromamba_shell_init: bash
1088-
- name: ubu22-x86-gcc9-clang13-cling-emscripten_wasm
1089-
os: ubuntu-22.04
1090-
compiler: gcc-9
1085+
- name: ubu24-x86-gcc13-clang13-cling-emscripten_wasm
1086+
os: ubuntu-24.04
1087+
compiler: gcc-13
10911088
clang-runtime: '13'
10921089
cling: On
10931090
cling-version: '1.0'

0 commit comments

Comments
 (0)