Skip to content

Commit a247909

Browse files
committed
ci: remove unsupported option
1 parent f39767f commit a247909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
# macOS 15 (Arm64) runners (and later) only include three most recent platform tools of installed Xcode versions
3434
# see https://github.com/actions/runner-images/issues/12541
3535
- name: Download Xcode components
36-
run: xcodebuild -downloadPlatform iOS -exportPath ~/Downloads -buildVersion 18.0 -architectureVariant arm64
36+
run: xcodebuild -downloadPlatform iOS -exportPath ~/Downloads -buildVersion 18.0
3737

3838
- name: Build iOS Test App
3939
run: pwsh ./scripts/device-test.ps1 ios -Build

0 commit comments

Comments
 (0)