Skip to content

Commit a4e908e

Browse files
committed
[ci] No longer run cppyy with clang-repl16
This is due to the recently enabled test on cppyy that crashes on clang 16 and passes with clang >=17
1 parent 9da7679 commit a4e908e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -496,12 +496,12 @@ jobs:
496496
clang-runtime: '17'
497497
cling: Off
498498
cppyy: On
499-
- name: ubu22-x86-gcc12-clang-repl-16-cppyy
499+
- name: ubu22-x86-gcc12-clang-repl-16
500500
os: ubuntu-22.04
501501
compiler: gcc-12
502502
clang-runtime: '16'
503503
cling: Off
504-
cppyy: On
504+
cppyy: Off
505505
- name: ubu22-x86-gcc9-clang13-cling-cppyy
506506
os: ubuntu-22.04
507507
compiler: gcc-9

0 commit comments

Comments
 (0)