Skip to content

Commit a127686

Browse files
committed
Update ci.yml
1 parent ecb1b33 commit a127686

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'
@@ -470,28 +470,28 @@ jobs:
470470
fail-fast: false
471471
matrix:
472472
include:
473-
- name: ubu22-x86-gcc12-clang-repl-18-cppyy
474-
os: ubuntu-22.04
475-
compiler: gcc-12
473+
- name: ubu24-x86-gcc13-clang-repl-18-cppyy
474+
os: ubuntu-24.04
475+
compiler: gcc-13
476476
clang-runtime: '18'
477477
cling: Off
478478
cppyy: On
479479
coverage: true
480-
- name: ubu22-x86-gcc12-clang-repl-17-cppyy
481-
os: ubuntu-22.04
482-
compiler: gcc-12
480+
- name: ubu24-x86-gcc13-clang-repl-17-cppyy
481+
os: ubuntu-24.04
482+
compiler: gcc-13
483483
clang-runtime: '17'
484484
cling: Off
485485
cppyy: On
486-
- name: ubu22-x86-gcc12-clang-repl-16-cppyy
487-
os: ubuntu-22.04
488-
compiler: gcc-12
486+
- name: ubu24-x86-gcc13-clang-repl-16-cppyy
487+
os: ubuntu-24.04
488+
compiler: gcc-13
489489
clang-runtime: '16'
490490
cling: Off
491491
cppyy: On
492-
- name: ubu22-x86-gcc9-clang13-cling-cppyy
493-
os: ubuntu-22.04
494-
compiler: gcc-9
492+
- name: ubu24-x86-gcc13-clang13-cling-cppyy
493+
os: ubuntu-24.04
494+
compiler: gcc-13
495495
clang-runtime: '13'
496496
cling: On
497497
cling-version: '1.0'
@@ -933,9 +933,6 @@ jobs:
933933
uses: codecov/codecov-action@v4
934934
with:
935935
file: ./coverage.info
936-
fail_ci_if_error: true
937-
verbose: true
938-
token: ${{ secrets.CODECOV_TOKEN }}
939936

940937
- name: Build and Install cppyy-backend on Unix Systems
941938
if: ${{ (runner.os != 'windows') && (matrix.cppyy == 'On') }}
@@ -1072,27 +1069,27 @@ jobs:
10721069
fail-fast: false
10731070
matrix:
10741071
include:
1075-
- name: ubu22-x86-gcc12-clang-repl-18-emscripten_wasm
1076-
os: ubuntu-22.04
1077-
compiler: gcc-12
1072+
- name: ubu24-x86-gcc13-clang-repl-18-emscripten_wasm
1073+
os: ubuntu-24.04
1074+
compiler: gcc-13
10781075
clang-runtime: '18'
10791076
cling: Off
10801077
micromamba_shell_init: bash
1081-
- name: ubu22-x86-gcc12-clang-repl-17-emscripten_wasm
1082-
os: ubuntu-22.04
1083-
compiler: gcc-12
1078+
- name: ubu24-x86-gcc13-clang-repl-17-emscripten_wasm
1079+
os: ubuntu-24.04
1080+
compiler: gcc-13
10841081
clang-runtime: '17'
10851082
cling: Off
10861083
micromamba_shell_init: bash
1087-
- name: ubu22-x86-gcc12-clang-repl-16-emscripten_wasm
1088-
os: ubuntu-22.04
1089-
compiler: gcc-12
1084+
- name: ubu24-x86-gcc13-clang-repl-16-emscripten_wasm
1085+
os: ubuntu-24.04
1086+
compiler: gcc-13
10901087
clang-runtime: '16'
10911088
cling: Off
10921089
micromamba_shell_init: bash
1093-
- name: ubu22-x86-gcc9-clang13-cling-emscripten_wasm
1094-
os: ubuntu-22.04
1095-
compiler: gcc-9
1090+
- name: ubu24-x86-gcc13-clang13-cling-emscripten_wasm
1091+
os: ubuntu-24.04
1092+
compiler: gcc-13
10961093
clang-runtime: '13'
10971094
cling: On
10981095
cling-version: '1.0'

0 commit comments

Comments
 (0)