Skip to content

Commit f170e96

Browse files
committed
Remove visionOS sim step
1 parent 8176e51 commit f170e96

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,6 @@ jobs:
5555
steps:
5656
- name: Configure Xcode
5757
run: sudo xcode-select -s /Applications/${{ matrix.xcode }}.app
58-
- name: Install visionOS sim if needed
59-
if: ${{ contains(matrix.runner, 'macos-14') && contains(matrix.destination, 'platform=visionOS Simulator') }}
60-
run: |
61-
sudo xcodebuild -runFirstLaunch
62-
xcrun simctl list > /dev/null
63-
sudo xcodebuild -downloadPlatform visionOS
64-
sudo xcodebuild -runFirstLaunch
6558
- name: Checkout aws-sdk-swift
6659
uses: actions/checkout@v4
6760
with:

.github/workflows/integration-test.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,6 @@ jobs:
6060
steps:
6161
- name: Configure Xcode
6262
run: sudo xcode-select -s /Applications/${{ matrix.xcode }}.app
63-
- name: Install visionOS sim if needed
64-
if: ${{ contains(matrix.runner, 'macos-14') && contains(matrix.destination, 'platform=visionOS Simulator') }}
65-
run: |
66-
sudo xcodebuild -runFirstLaunch
67-
xcrun simctl list > /dev/null
68-
sudo xcodebuild -downloadPlatform visionOS
69-
sudo xcodebuild -runFirstLaunch
7063
- name: Configure AWS Credentials for Integration Tests
7164
uses: aws-actions/configure-aws-credentials@v4
7265
with:

0 commit comments

Comments
 (0)