Skip to content

Commit f83483b

Browse files
committed
Update AppAttest integration tests to use Xcode 16.4 + macos-15 as well
1 parent 045a924 commit f83483b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/integration_tests.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@ jobs:
9090
steps:
9191
- name: Checkout
9292
uses: actions/checkout@v3
93-
- name: Use Xcode 15.0.1
93+
- name: Select Xcode
9494
run: |
95-
sudo xcode-select -s /Applications/Xcode_15.0.1.app
95+
sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer
9696
- name: Build test target for App Check Example
9797
run: |
9898
xcodebuild \
@@ -110,5 +110,6 @@ jobs:
110110
test-without-building \
111111
-scheme AppAttestExample \
112112
-sdk iphonesimulator \
113+
-destination 'platform=iOS Simulator,name=iPhone 16' \
113114
AppCheckDebugToken=$AppCheckDebugToken \
114115
APP_CHECK_WEB_API_KEY=$APP_CHECK_WEB_API_KEY

0 commit comments

Comments
 (0)