Skip to content

Commit

Permalink
[infra][auth] auth ci to Xcode 16.1 (#14228)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 authored Dec 9, 2024
1 parent 16381c7 commit c62aa2b
Showing 1 changed file with 8 additions and 8 deletions.
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

0 comments on commit c62aa2b

Please sign in to comment.