File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 55
55
56
56
env :
57
57
plist_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
58
- runs-on : macos-12
58
+ runs-on : macos-13
59
59
steps :
60
60
- uses : actions/checkout@v4
61
61
- uses : mikehardy/buildcache-action@c87cea0ccd718971d6cc39e672c4f26815b6c126
82
82
FirebaseAuth/Tests/Sample/Sample/Sample.entitlements "$plist_secret"
83
83
scripts/decrypt_gha_secret.sh scripts/gha-encrypted/AuthSample/Credentials.swift.gpg \
84
84
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
86
87
- name : BuildAndTest # can be replaced with pod lib lint with CocoaPods 1.10
87
88
run : ([ -z $plist_secret ] || scripts/third_party/travis/retry.sh scripts/build.sh Auth iOS)
88
89
You can’t perform that action at this time.
0 commit comments