Skip to content

Commit 5f68586

Browse files
committed
ci : try to fix macOS builds
1 parent f2e8616 commit 5f68586

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/build.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,8 @@ jobs:
143143
cd build
144144
ctest --verbose
145145
146-
macOS-latest-make:
147-
runs-on: macos-latest
146+
macOS-make:
147+
runs-on: macos-13
148148

149149
steps:
150150
- name: Clone
@@ -168,8 +168,8 @@ jobs:
168168
make tests -j $(sysctl -n hw.logicalcpu)
169169
make test -j $(sysctl -n hw.logicalcpu)
170170
171-
macOS-latest-cmake:
172-
runs-on: macos-latest
171+
macOS-cmake:
172+
runs-on: macos-13
173173

174174
steps:
175175
- name: Clone
@@ -197,8 +197,8 @@ jobs:
197197
cd build
198198
ctest --verbose --timeout 900
199199
200-
macOS-latest-cmake-ios:
201-
runs-on: macos-latest
200+
macOS-cmake-ios:
201+
runs-on: macos-13
202202

203203
steps:
204204
- name: Clone
@@ -225,8 +225,8 @@ jobs:
225225
-DCMAKE_OSX_DEPLOYMENT_TARGET=14.0
226226
cmake --build . --config Release -j $(sysctl -n hw.logicalcpu)
227227
228-
macOS-latest-cmake-tvos:
229-
runs-on: macos-latest
228+
macOS-cmake-tvos:
229+
runs-on: macos-13
230230

231231
steps:
232232
- name: Clone
@@ -253,8 +253,8 @@ jobs:
253253
-DCMAKE_OSX_DEPLOYMENT_TARGET=14.0
254254
cmake --build . --config Release -j $(sysctl -n hw.logicalcpu)
255255
256-
macOS-latest-swift:
257-
runs-on: macos-latest
256+
macOS-swift:
257+
runs-on: macos-13
258258

259259
strategy:
260260
matrix:
@@ -499,7 +499,7 @@ jobs:
499499
cudart-llama-bin-win-cu${{ matrix.cuda }}-x64.zip
500500
501501
ios-xcode-build:
502-
runs-on: macos-latest
502+
runs-on: macos-13
503503

504504
steps:
505505
- name: Checkout code
@@ -534,8 +534,8 @@ jobs:
534534
needs:
535535
- ubuntu-focal-make
536536
- ubuntu-latest-cmake
537-
- macOS-latest-make
538-
- macOS-latest-cmake
537+
- macOS-make
538+
- macOS-cmake
539539
- windows-latest-cmake
540540
- windows-latest-cmake-cublas
541541

0 commit comments

Comments
 (0)