File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -157,6 +157,9 @@ jobs:
157157 key : ${{needs.spm-package-resolved.outputs.cache_key}}
158158 - name : Xcode
159159 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
160163 - name : Initialize xcodebuild
161164 run : scripts/setup_spm_tests.sh
162165 - name : Unit Tests
Original file line number Diff line number Diff line change 7474 needs : specs_checking
7575 # Don't run on private repo unless it is a PR.
7676 if : github.repository == 'Firebase/firebase-ios-sdk'
77- runs-on : macos-14
77+ runs-on : macos-15
7878 env :
7979 bot_token_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
8080 local_repo : specsreleasing
@@ -111,7 +111,7 @@ jobs:
111111 needs : [buildup_SpecsReleasing_repo_FirebaseCore, specs_checking]
112112 # Don't run on private repo unless it is a PR.
113113 if : github.repository == 'Firebase/firebase-ios-sdk' || github.event_name == 'workflow_dispatch'
114- runs-on : macos-14
114+ runs-on : macos-15
115115 strategy :
116116 fail-fast : false
117117 matrix : ${{fromJson(needs.specs_checking.outputs.matrix)}}
You can’t perform that action at this time.
0 commit comments