Skip to content

Commit f1f005a

Browse files
committed
Remove tvos CI job which used to be a full copy of macOS-latest-cmake-ios
1 parent 5daa27c commit f1f005a

File tree

1 file changed

+1
-29
lines changed

1 file changed

+1
-29
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ jobs:
204204
cd build
205205
ctest --verbose --timeout 900
206206
207-
macOS-latest-cmake-ios:
207+
macOS-13-cmake-ios:
208208
runs-on: macos-13 # as of Jan 2024 macos-latest still points to macos-12
209209

210210
steps:
@@ -236,34 +236,6 @@ jobs:
236236
-DCMAKE_OSX_DEPLOYMENT_TARGET=14.0
237237
cmake --build . --config Release -j $(sysctl -n hw.logicalcpu)
238238
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-
267239
macOS-latest-swift:
268240
runs-on: macos-latest
269241

0 commit comments

Comments
 (0)