Skip to content

Commit ed85f26

Browse files
aaronj0vgvassilev
authored andcommitted
Update ci.yml
1 parent 9c308e3 commit ed85f26

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'
@@ -937,9 +937,6 @@ jobs:
937937
uses: codecov/codecov-action@v4
938938
with:
939939
file: ./coverage.info
940-
fail_ci_if_error: true
941-
verbose: true
942-
token: ${{ secrets.CODECOV_TOKEN }}
943940

944941
- name: Build and Install cppyy-backend on Unix Systems
945942
if: ${{ (runner.os != 'windows') && (matrix.cppyy == 'On') }}
@@ -1076,27 +1073,27 @@ jobs:
10761073
fail-fast: false
10771074
matrix:
10781075
include:
1079-
- name: ubu22-x86-gcc12-clang-repl-18-emscripten_wasm
1080-
os: ubuntu-22.04
1081-
compiler: gcc-12
1076+
- name: ubu24-x86-gcc13-clang-repl-18-emscripten_wasm
1077+
os: ubuntu-24.04
1078+
compiler: gcc-13
10821079
clang-runtime: '18'
10831080
cling: Off
10841081
micromamba_shell_init: bash
1085-
- name: ubu22-x86-gcc12-clang-repl-17-emscripten_wasm
1086-
os: ubuntu-22.04
1087-
compiler: gcc-12
1082+
- name: ubu24-x86-gcc13-clang-repl-17-emscripten_wasm
1083+
os: ubuntu-24.04
1084+
compiler: gcc-13
10881085
clang-runtime: '17'
10891086
cling: Off
10901087
micromamba_shell_init: bash
1091-
- name: ubu22-x86-gcc12-clang-repl-16-emscripten_wasm
1092-
os: ubuntu-22.04
1093-
compiler: gcc-12
1088+
- name: ubu24-x86-gcc13-clang-repl-16-emscripten_wasm
1089+
os: ubuntu-24.04
1090+
compiler: gcc-13
10941091
clang-runtime: '16'
10951092
cling: Off
10961093
micromamba_shell_init: bash
1097-
- name: ubu22-x86-gcc9-clang13-cling-emscripten_wasm
1098-
os: ubuntu-22.04
1099-
compiler: gcc-9
1094+
- name: ubu24-x86-gcc13-clang13-cling-emscripten_wasm
1095+
os: ubuntu-24.04
1096+
compiler: gcc-13
11001097
clang-runtime: '13'
11011098
cling: On
11021099
cling-version: '1.0'

0 commit comments

Comments
 (0)