Skip to content

Commit 6c23afe

Browse files
committed
add quick fix
1 parent 13acbe6 commit 6c23afe

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/metrics.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,11 @@ jobs:
7171
path: ${{ matrix.appPlain }}
7272
key: ${{ github.workflow }}-${{ github.job }}-appplain-${{ matrix.platform }}-${{ hashFiles('metrics/perf-test-app-plain/pubspec.yaml') }}
7373

74+
# QuickFix for failing iOS 18.0 builds https://github.com/actions/runner-images/issues/12758#issuecomment-3187115656
75+
- name: Switch to Xcode 16.4
76+
if: ${{ matrix.host == 'macos-15' }}
77+
run: sudo xcode-select --switch /Applications/Xcode_16.4.app
78+
7479
- name: Build
7580
run: ./metrics/build.sh ${{ matrix.platform }}
7681
env:
@@ -83,7 +88,7 @@ jobs:
8388
MATCH_PASSWORD: ${{ secrets.MATCH_PASSWORD }}
8489
MATCH_USERNAME: ${{ secrets.MATCH_USERNAME }}
8590
APP_PLAIN: ${{ matrix.appPlain }}
86-
91+
8792
- name: Collect apps metrics
8893
uses: getsentry/action-app-sdk-overhead-metrics@v1
8994
with:

0 commit comments

Comments
 (0)