We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f39767f commit a247909Copy full SHA for a247909
.github/workflows/device-tests-ios.yml
@@ -33,7 +33,7 @@ jobs:
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 -architectureVariant arm64
+ run: xcodebuild -downloadPlatform iOS -exportPath ~/Downloads -buildVersion 18.0
37
38
- name: Build iOS Test App
39
run: pwsh ./scripts/device-test.ps1 ios -Build
0 commit comments