Skip to content

Commit

Permalink
Update some auth tests to Xcode 16 (#13745)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 authored Oct 1, 2024
1 parent 74e3d9c commit 9e7fbce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9e7fbce

Please sign in to comment.