Skip to content

Commit 0d8d9ba

Browse files
Update device-tests-ios.yml
1 parent 29ec25b commit 0d8d9ba

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/device-tests-ios.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -30,18 +30,6 @@ jobs:
3030
- name: Setup Environment
3131
uses: ./.github/actions/environment
3232

33-
# macOS 15 (Arm64) runners (and later) only include three most recent platform tools of installed Xcode versions
34-
# see https://github.com/actions/runner-images/issues/12541
35-
- name: Download Xcode components
36-
run: xcodebuild -downloadPlatform iOS -exportPath ~/Downloads -buildVersion 18.0
37-
38-
# see https://developer.apple.com/documentation/xcode/downloading-and-installing-additional-xcode-components
39-
- name: Install downloaded packages
40-
run: |
41-
sudo xcode-select --switch /Applications/Xcode_16.4.app
42-
xcodebuild -runFirstLaunch
43-
xcodebuild -importPlatform "~/Downloads/iphonesimulator_18.0_22A3351.dmg"
44-
4533
- name: Build iOS Test App
4634
run: pwsh ./scripts/device-test.ps1 ios -Build
4735

0 commit comments

Comments
 (0)