Skip to content

Commit 8dd6b87

Browse files
authored
Fix issue with wasm build cache missing (#228)
1 parent e639070 commit 8dd6b87

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ jobs:
3535
cling: Off
3636
cppyy: On
3737
coverage: true
38-
- name: ubu22-x86-gcc9-clang-repl-16
38+
- name: ubu22-x86-gcc12-clang-repl-16
3939
os: ubuntu-22.04
40-
compiler: gcc-9
40+
compiler: gcc-12
4141
clang-runtime: '16'
4242
cling: Off
4343
cppyy: On
@@ -487,16 +487,16 @@ jobs:
487487
cppyy: On
488488
xeus-clang-repl: On
489489
coverage: true
490-
- name: ubu22-x86-gcc9-clang-repl-16-cppyy
490+
- name: ubu22-x86-gcc12-clang-repl-16-cppyy
491491
os: ubuntu-22.04
492-
compiler: gcc-9
492+
compiler: gcc-12
493493
clang-runtime: '16'
494494
cling: Off
495495
cppyy: On
496496
coverage: true
497-
- name: ubu22-x86-gcc9-clang-repl-16-xeus-clang-repl
497+
- name: ubu22-x86-gcc12-clang-repl-16-xeus-clang-repl
498498
os: ubuntu-22.04
499-
compiler: gcc-9
499+
compiler: gcc-12
500500
clang-runtime: '16'
501501
cling: Off
502502
cppyy: On

0 commit comments

Comments
 (0)