Skip to content

Commit

Permalink
chore: Install visionOS 2.0 sim when needed
Browse files Browse the repository at this point in the history
  • Loading branch information
jbelkins committed Sep 23, 2024
1 parent fc8e819 commit fdd2c2a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,13 @@ jobs:
- destination: 'platform=visionOS Simulator,OS=2.0,name=Apple Vision Pro'
xcode: Xcode_15.2
steps:
- name: Install visionOS 2.0 sim
if: ${{ matrix.destination == 'platform=visionOS Simulator,OS=2.0,name=Apple Vision Pro' }}
run: |
sudo xcodebuild -runFirstLaunch
sudo xcrun simctl list
sudo xcodebuild -downloadPlatform visionOS
sudo xcodebuild -runFirstLaunch
- name: Checkout aws-sdk-swift
uses: actions/checkout@v4
- name: Select smithy-swift branch
Expand Down

0 comments on commit fdd2c2a

Please sign in to comment.