File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -157,6 +157,9 @@ jobs:
157
157
key : ${{needs.spm-package-resolved.outputs.cache_key}}
158
158
- name : Xcode
159
159
run : sudo xcode-select -s /Applications/${{ matrix.xcode }}.app/Contents/Developer
160
+ - name : Install visionOS, if needed.
161
+ if : matrix.target == 'visionOS spm'
162
+ run : xcodebuild -downloadPlatform visionOS
160
163
- name : Initialize xcodebuild
161
164
run : scripts/setup_spm_tests.sh
162
165
- name : Unit Tests
Original file line number Diff line number Diff line change 74
74
needs : specs_checking
75
75
# Don't run on private repo unless it is a PR.
76
76
if : github.repository == 'Firebase/firebase-ios-sdk'
77
- runs-on : macos-14
77
+ runs-on : macos-15
78
78
env :
79
79
bot_token_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
80
80
local_repo : specsreleasing
@@ -111,7 +111,7 @@ jobs:
111
111
needs : [buildup_SpecsReleasing_repo_FirebaseCore, specs_checking]
112
112
# Don't run on private repo unless it is a PR.
113
113
if : github.repository == 'Firebase/firebase-ios-sdk' || github.event_name == 'workflow_dispatch'
114
- runs-on : macos-14
114
+ runs-on : macos-15
115
115
strategy :
116
116
fail-fast : false
117
117
matrix : ${{fromJson(needs.specs_checking.outputs.matrix)}}
You can’t perform that action at this time.
0 commit comments