Skip to content

Commit 630c98c

Browse files
authored
Fix nightlies (#14560)
1 parent 8ebc056 commit 630c98c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/firebase_app_check.yml

+3
Original file line numberDiff line numberDiff 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

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
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)}}

0 commit comments

Comments
 (0)