Skip to content

Commit aa0b985

Browse files
authored
Fix auth integration test build issue (#12362)
1 parent ec8e20e commit aa0b985

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/auth.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555

5656
env:
5757
plist_secret: ${{ secrets.GHASecretsGPGPassphrase1 }}
58-
runs-on: macos-12
58+
runs-on: macos-13
5959
steps:
6060
- uses: actions/checkout@v4
6161
- uses: mikehardy/buildcache-action@c87cea0ccd718971d6cc39e672c4f26815b6c126
@@ -82,7 +82,8 @@ jobs:
8282
FirebaseAuth/Tests/Sample/Sample/Sample.entitlements "$plist_secret"
8383
scripts/decrypt_gha_secret.sh scripts/gha-encrypted/AuthSample/Credentials.swift.gpg \
8484
FirebaseAuth/Tests/Sample/SwiftApiTests/Credentials.swift "$plist_secret"
85-
85+
- name: Xcode
86+
run: sudo xcode-select -s /Applications/Xcode_15.1.app/Contents/Developer
8687
- name: BuildAndTest # can be replaced with pod lib lint with CocoaPods 1.10
8788
run: ([ -z $plist_secret ] || scripts/third_party/travis/retry.sh scripts/build.sh Auth iOS)
8889

0 commit comments

Comments
 (0)