Skip to content

Commit

Permalink
Add visionOS sim to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jbelkins committed May 6, 2024
1 parent abb4d9c commit 1c42785
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
- 'platform=iOS Simulator,OS=17.4,name=iPhone 15'
- 'platform=tvOS Simulator,OS=16.1,name=Apple TV 4K (3rd generation) (at 1080p)'
- 'platform=tvOS Simulator,OS=17.4,name=Apple TV 4K (3rd generation) (at 1080p)'
- 'platform=visionOS Simulator,OS=1.0,name=Apple Vision Pro'
- 'platform=visionOS Simulator,OS=1.2,name=Apple Vision Pro'
- 'platform=OS X'
exclude:
# Don't run old macOS with new Xcode
Expand All @@ -45,6 +47,10 @@ jobs:
xcode: Xcode_14.1
- destination: 'platform=iOS Simulator,OS=17.4,name=iPhone 15'
xcode: Xcode_14.1
- destination: 'platform=visionOS Simulator,OS=1.0,name=Apple Vision Pro'
xcode: Xcode_14.1
- destination: 'platform=visionOS Simulator,OS=1.2,name=Apple Vision Pro'
xcode: Xcode_14.1
steps:
- name: Checkout aws-sdk-swift
uses: actions/checkout@v4
Expand Down

0 comments on commit 1c42785

Please sign in to comment.