Skip to content

Commit 33a9130

Browse files
committed
ci: simplify tvos ci
1 parent bd6bd2d commit 33a9130

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,9 +201,7 @@ jobs:
201201
cd ios/Lightway
202202
./build-xcframework.sh
203203
tvos:
204-
env:
205-
DEVELOPER_DIR: /Applications/Xcode_15.0.app/Contents/Developer
206-
runs-on: macos-13
204+
runs-on: macos-latest
207205
steps:
208206
- uses: actions/checkout@v4
209207
- name: Install Ceedling

0 commit comments

Comments
 (0)