File tree Expand file tree Collapse file tree 1 file changed +1
-29
lines changed Expand file tree Collapse file tree 1 file changed +1
-29
lines changed Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ jobs:
204
204
cd build
205
205
ctest --verbose --timeout 900
206
206
207
- macOS-latest -cmake-ios :
207
+ macOS-13 -cmake-ios :
208
208
runs-on : macos-13 # as of Jan 2024 macos-latest still points to macos-12
209
209
210
210
steps :
@@ -236,34 +236,6 @@ jobs:
236
236
-DCMAKE_OSX_DEPLOYMENT_TARGET=14.0
237
237
cmake --build . --config Release -j $(sysctl -n hw.logicalcpu)
238
238
239
- macOS-latest-cmake-tvos :
240
- runs-on : macos-latest
241
-
242
- steps :
243
- - name : Clone
244
- id : checkout
245
- uses : actions/checkout@v1
246
-
247
- - name : Dependencies
248
- id : depends
249
- continue-on-error : true
250
- run : |
251
- brew update
252
-
253
- - name : Build
254
- id : cmake_build
255
- run : |
256
- sysctl -a
257
- mkdir build
258
- cd build
259
- cmake -G Xcode .. \
260
- -DLLAMA_BUILD_EXAMPLES=OFF \
261
- -DLLAMA_BUILD_TESTS=OFF \
262
- -DLLAMA_BUILD_SERVER=OFF \
263
- -DCMAKE_SYSTEM_NAME=tvOS \
264
- -DCMAKE_OSX_DEPLOYMENT_TARGET=14.0
265
- cmake --build . --config Release -j $(sysctl -n hw.logicalcpu)
266
-
267
239
macOS-latest-swift :
268
240
runs-on : macos-latest
269
241
You can’t perform that action at this time.
0 commit comments