File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -143,8 +143,8 @@ jobs:
143
143
cd build
144
144
ctest --verbose
145
145
146
- macOS-latest- make :
147
- runs-on : macos-latest
146
+ macOS-make :
147
+ runs-on : macos-13
148
148
149
149
steps :
150
150
- name : Clone
@@ -168,8 +168,8 @@ jobs:
168
168
make tests -j $(sysctl -n hw.logicalcpu)
169
169
make test -j $(sysctl -n hw.logicalcpu)
170
170
171
- macOS-latest- cmake :
172
- runs-on : macos-latest
171
+ macOS-cmake :
172
+ runs-on : macos-13
173
173
174
174
steps :
175
175
- name : Clone
@@ -197,8 +197,8 @@ jobs:
197
197
cd build
198
198
ctest --verbose --timeout 900
199
199
200
- macOS-latest- cmake-ios :
201
- runs-on : macos-latest
200
+ macOS-cmake-ios :
201
+ runs-on : macos-13
202
202
203
203
steps :
204
204
- name : Clone
@@ -225,8 +225,8 @@ jobs:
225
225
-DCMAKE_OSX_DEPLOYMENT_TARGET=14.0
226
226
cmake --build . --config Release -j $(sysctl -n hw.logicalcpu)
227
227
228
- macOS-latest- cmake-tvos :
229
- runs-on : macos-latest
228
+ macOS-cmake-tvos :
229
+ runs-on : macos-13
230
230
231
231
steps :
232
232
- name : Clone
@@ -253,8 +253,8 @@ jobs:
253
253
-DCMAKE_OSX_DEPLOYMENT_TARGET=14.0
254
254
cmake --build . --config Release -j $(sysctl -n hw.logicalcpu)
255
255
256
- macOS-latest- swift :
257
- runs-on : macos-latest
256
+ macOS-swift :
257
+ runs-on : macos-13
258
258
259
259
strategy :
260
260
matrix :
@@ -499,7 +499,7 @@ jobs:
499
499
cudart-llama-bin-win-cu${{ matrix.cuda }}-x64.zip
500
500
501
501
ios-xcode-build :
502
- runs-on : macos-latest
502
+ runs-on : macos-13
503
503
504
504
steps :
505
505
- name : Checkout code
@@ -534,8 +534,8 @@ jobs:
534
534
needs :
535
535
- ubuntu-focal-make
536
536
- ubuntu-latest-cmake
537
- - macOS-latest- make
538
- - macOS-latest- cmake
537
+ - macOS-make
538
+ - macOS-cmake
539
539
- windows-latest-cmake
540
540
- windows-latest-cmake-cublas
541
541
You can’t perform that action at this time.
0 commit comments