We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 013e69c commit 1b2e5f9Copy full SHA for 1b2e5f9
.github/workflows/pull_request.yml
@@ -114,12 +114,16 @@ jobs:
114
path: "**/firebase-debug.log"
115
build-ios:
116
needs: jobMatrixSetup
117
- runs-on: macos-latest
+ runs-on: macos-15
118
strategy:
119
fail-fast: false
120
matrix: ${{ fromJson(needs.jobMatrixSetup.outputs.ios_test_jobs_matrix) }}
121
steps:
122
- uses: actions/checkout@v4
123
+
124
+ - name: Xcode
125
+ run: sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer
126
127
- name: Cocoapods cache
128
uses: actions/cache@v4
129
with:
0 commit comments