From 9e7fbcecf61a71efab23c8822e7a3421871ce9a1 Mon Sep 17 00:00:00 2001 From: Paul Beusterien Date: Mon, 30 Sep 2024 20:43:30 -0700 Subject: [PATCH] Update some auth tests to Xcode 16 (#13745) --- .github/workflows/auth.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auth.yml b/.github/workflows/auth.yml index e9169e19701..1c096c2fb37 100644 --- a/.github/workflows/auth.yml +++ b/.github/workflows/auth.yml @@ -163,7 +163,7 @@ jobs: scripts/decrypt_gha_secret.sh scripts/gha-encrypted/AuthSample/Credentials.swift.gpg \ FirebaseAuth/Tests/SampleSwift/SwiftApiTests/Credentials.swift "$plist_secret" - name: Xcode - run: sudo xcode-select -s /Applications/Xcode_15.4.app/Contents/Developer + run: sudo xcode-select -s /Applications/Xcode_16.app/Contents/Developer - uses: nick-fields/retry@v3 with: timeout_minutes: 120