Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[infra][auth] auth ci to Xcode 16.1 #14228

Merged
merged 1 commit into from
Dec 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions .github/workflows/auth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
podspec: [FirebaseAuthInterop.podspec, FirebaseAuth.podspec]
target: [ios, tvos, macos --skip-tests --allow-warnings, watchos]
os: [macos-15]
xcode: [Xcode_16]
xcode: [Xcode_16.1]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -115,22 +115,22 @@ jobs:
xcode: Xcode_15.4
target: iOS spm
- os: macos-15
xcode: Xcode_16
xcode: Xcode_16.1
target: iOS spm
- os: macos-15
xcode: Xcode_16
xcode: Xcode_16.1
target: tvOS spm
- os: macos-15
xcode: Xcode_16
xcode: Xcode_16.1
target: macOS spmbuildonly
- os: macos-15
xcode: Xcode_16
xcode: Xcode_16.1
target: watchOS spm
- os: macos-15
xcode: Xcode_16
xcode: Xcode_16.1
target: catalyst spm
- os: macos-15
xcode: Xcode_16
xcode: Xcode_16.1
target: visionOS spm
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -185,7 +185,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_16.app/Contents/Developer
run: sudo xcode-select -s /Applications/Xcode_16.1.app/Contents/Developer
- uses: nick-fields/retry@v3
with:
timeout_minutes: 120
Expand Down
Loading