From b232fdaa6d2685b08565d6fabb8a40f4415cf33c Mon Sep 17 00:00:00 2001 From: Matthew Mathias Date: Mon, 18 Dec 2023 10:24:52 -0800 Subject: [PATCH] Use iPhone 15 in AppCheck integration test --- .github/workflows/integration_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index 1aba365f..92ae37eb 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -72,6 +72,6 @@ jobs: test-without-building \ -scheme AppAttestExample \ -sdk iphonesimulator \ - -destination 'platform=iOS Simulator,name=iPhone 11' \ + -destination 'platform=iOS Simulator,name=iPhone 15' \ AppCheckDebugToken=$AppCheckDebugToken \ APP_CHECK_WEB_API_KEY=$APP_CHECK_WEB_API_KEY