Skip to content

Commit 4f452bf

Browse files
committed
Update iOS-tvOS.yml
1 parent 461ede7 commit 4f452bf

File tree

1 file changed

+4
-19
lines changed

1 file changed

+4
-19
lines changed

.github/workflows/iOS-tvOS.yml

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -9,30 +9,15 @@ on:
99

1010
jobs:
1111
Build_Test-macOS-iOS:
12-
runs-on: macos-15
12+
runs-on: macos-latest
1313
steps:
1414
- uses: actions/checkout@v4
15-
16-
- name: Select Xcode version
17-
run: sudo xcode-select -s '/Applications/Xcode_26.1.app/Contents/Developer'
18-
- name: Clear Xcode Simulators List
19-
run: sudo xcrun simctl list > /dev/null
20-
15+
2116
- name: Swift Version
2217
run: swift --version
23-
24-
# Install before building, so we don't downloadthe in case of previous failure
25-
- name: Install iOS Xcode Component
26-
run: sudo xcodebuild -downloadPlatform iOS
27-
- name: Clear Xcode Simulators List
28-
run: sudo xcrun simctl list > /dev/null
18+
2919
- name: Build iOS using Xcode
3020
run: xcodebuild -scheme GateEngine -destination generic/platform=iOS
31-
32-
# Install before building, so we don't downloadthe in case of previous failure
33-
- name: Install tvOS Xcode Component
34-
run: sudo xcodebuild -downloadPlatform tvOS
35-
- name: Clear Xcode Simulators List
36-
run: sudo xcrun simctl list > /dev/null
21+
3722
- name: Build tvOS using Xcode
3823
run: xcodebuild -scheme GateEngine -destination generic/platform=tvOS

0 commit comments

Comments
 (0)