@@ -56,26 +56,12 @@ jobs:
5656 - name : Configure Xcode
5757 run : sudo xcode-select -s /Applications/${{ matrix.xcode }}.app
5858 - name : Install visionOS sim if needed
59- if : ${{ contains(matrix.destination, 'platform=visionOS Simulator') }}
59+ if : ${{ contains(matrix.runner, 'macos-14') && contains(matrix. destination, 'platform=visionOS Simulator') }}
6060 run : |
6161 sudo xcodebuild -runFirstLaunch
6262 xcrun simctl list > /dev/null
6363 sudo xcodebuild -downloadPlatform visionOS
6464 sudo xcodebuild -runFirstLaunch
65- # - name: Install iOS 26 sim if needed
66- # if: ${{ contains(matrix.xcode, '26') && contains(matrix.destination, 'platform=iOS Simulator') }}
67- # run: |
68- # sudo xcodebuild -runFirstLaunch
69- # xcrun simctl list > /dev/null
70- # sudo xcodebuild -downloadPlatform iOS
71- # sudo xcodebuild -runFirstLaunch
72- # - name: Install tvOS 26 sim if needed
73- # if: ${{ contains(matrix.xcode, '26') && contains(matrix.destination, 'platform=tvOS Simulator') }}
74- # run: |
75- # sudo xcodebuild -runFirstLaunch
76- # xcrun simctl list > /dev/null
77- # sudo xcodebuild -downloadPlatform tvOS
78- # sudo xcodebuild -runFirstLaunch
7965 - name : Checkout aws-sdk-swift
8066 uses : actions/checkout@v4
8167 with :
8571 with :
8672 AUTOMATION_USER_SSH_PRIVATE_KEY : ${{ secrets.AUTOMATION_USER_SSH_PRIVATE_KEY }}
8773 STAGING_PARTNER_REPO : ${{ secrets.STAGING_PARTNER_REPO }}
88- # - name: Show destinations
89- # run: |
90- # cd aws-sdk-swift
91- # xcrun simctl create "iPhone 17" "iPhone 17"
92- # xcrun simctl list > /dev/null
93- # set -o pipefail && \
94- # NSUnbufferedIO=YES xcodebuild \
95- # -scheme aws-sdk-swift-Package \
96- # -showdestinations \
97- # 2>&1
9874 - name : Cache Gradle
9975 uses : actions/cache@v4
10076 with :
0 commit comments