6767 matrix :
6868 include :
6969 # Ubuntu Arm Jobs
70- - name : ubu24-arm-gcc12-clang-repl-21
70+ - name : ubu24-arm-gcc12-clang-repl-21-cppyy
7171 os : ubuntu-24.04-arm
7272 compiler : gcc-12
7373 clang-runtime : ' 21'
7676 llvm_targets_to_build : " host;NVPTX"
7777 Valgrind : On
7878 python-version : ' 3.14'
79- - name : ubu24-arm-gcc12-clang-repl-20
79+ - name : ubu24-arm-gcc12-clang-repl-20-cppyy
8080 os : ubuntu-24.04-arm
8181 compiler : gcc-12
8282 clang-runtime : ' 20'
@@ -112,7 +112,7 @@ jobs:
112112 llvm_targets_to_build : " host;NVPTX"
113113 python-version : ' 3.14'
114114 coverage : true
115- - name : ubu24-x86-gcc12-clang-repl-21
115+ - name : ubu24-x86-gcc12-clang-repl-21-cppyy
116116 os : ubuntu-24.04
117117 compiler : gcc-12
118118 clang-runtime : ' 21'
@@ -121,7 +121,7 @@ jobs:
121121 llvm_targets_to_build : " host;NVPTX"
122122 Valgrind : On
123123 python-version : ' 3.14'
124- - name : ubu24-x86-gcc12-clang-repl-20
124+ - name : ubu24-x86-gcc12-clang-repl-20-cppyy
125125 os : ubuntu-24.04
126126 compiler : gcc-12
127127 clang-runtime : ' 20'
@@ -158,7 +158,7 @@ jobs:
158158 llvm_targets_to_build : " host;NVPTX"
159159 python-version : ' 3.14'
160160 # MacOS Arm Jobs
161- - name : osx26-arm-clang-clang-repl-21
161+ - name : osx26-arm-clang-clang-repl-21-cppyy
162162 os : macos-26
163163 compiler : clang
164164 clang-runtime : ' 21'
@@ -174,7 +174,7 @@ jobs:
174174 llvm_targets_to_build : " host"
175175 oop-jit : On
176176 python-version : ' 3.13'
177- - name : osx26-arm-clang-clang-repl-20
177+ - name : osx26-arm-clang-clang-repl-20-cppyy
178178 os : macos-26
179179 compiler : clang
180180 clang-runtime : ' 20'
@@ -202,15 +202,15 @@ jobs:
202202 llvm_targets_to_build : " host;NVPTX"
203203 python-version : ' 3.14'
204204 # MacOS X86 Jobs
205- - name : osx15-x86-clang-clang-repl-21
205+ - name : osx15-x86-clang-clang-repl-21-cppyy
206206 os : macos-15-intel
207207 compiler : clang
208208 clang-runtime : ' 21'
209209 cppyy : On
210210 llvm_enable_projects : " clang"
211211 llvm_targets_to_build : " host"
212212 python-version : ' 3.14'
213- - name : osx15-x86-clang-clang-repl-20
213+ - name : osx15-x86-clang-clang-repl-20-cppyy
214214 os : macos-15-intel
215215 compiler : clang
216216 clang-runtime : ' 20'
@@ -276,8 +276,6 @@ jobs:
276276
277277 steps :
278278 - uses : actions/checkout@v6
279- with :
280- fetch-depth : 0
281279
282280 - name : Set up Python
283281 uses : actions/setup-python@v6
0 commit comments