File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -134,32 +134,32 @@ jobs:
134
134
llvm_enable_projects : " clang"
135
135
llvm_targets_to_build : " host;NVPTX"
136
136
# MacOS X86 Jobs
137
- - name : osx13 -x86-clang-clang-repl-20
138
- os : macos-13
137
+ - name : osx15 -x86-clang-clang-repl-20
138
+ os : macos-15-intel
139
139
compiler : clang
140
140
clang-runtime : ' 20'
141
141
cling : Off
142
142
cppyy : Off
143
143
llvm_enable_projects : " clang"
144
144
llvm_targets_to_build : " host"
145
- - name : osx13 -x86-clang-clang-repl-19-cppyy
146
- os : macos-13
145
+ - name : osx15 -x86-clang-clang-repl-19-cppyy
146
+ os : macos-15-intel
147
147
compiler : clang
148
148
clang-runtime : ' 19'
149
149
cling : Off
150
150
cppyy : On
151
151
llvm_enable_projects : " clang"
152
152
llvm_targets_to_build : " host"
153
- - name : osx13 -x86-clang-clang-repl-18-cppyy
154
- os : macos-13
153
+ - name : osx15 -x86-clang-clang-repl-18-cppyy
154
+ os : macos-15-intel
155
155
compiler : clang
156
156
clang-runtime : ' 18'
157
157
cling : Off
158
158
cppyy : On
159
159
llvm_enable_projects : " clang"
160
160
llvm_targets_to_build : " host"
161
- - name : osx13 -x86-clang-clang18-cling-cppyy
162
- os : macos-13
161
+ - name : osx15 -x86-clang-clang18-cling-cppyy
162
+ os : macos-15-intel
163
163
compiler : clang
164
164
clang-runtime : ' 18'
165
165
cling : On
@@ -289,3 +289,4 @@ jobs:
289
289
uses : mxschmitt/action-tmate@v3
290
290
# When debugging increase to a suitable value!
291
291
timeout-minutes : 30
292
+
You can’t perform that action at this time.
0 commit comments