From 68882da7aa6a36dcc5e55dfd38ca62d0b99714b4 Mon Sep 17 00:00:00 2001 From: Paul Beusterien Date: Fri, 6 Dec 2024 16:51:31 -0800 Subject: [PATCH] [infra][auth] auth ci to Xcode 16.1 --- .github/workflows/auth.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/auth.yml b/.github/workflows/auth.yml index ffb858b589b..3b7a6d7989a 100644 --- a/.github/workflows/auth.yml +++ b/.github/workflows/auth.yml @@ -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 @@ -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: @@ -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