File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 71
71
path : ${{ matrix.appPlain }}
72
72
key : ${{ github.workflow }}-${{ github.job }}-appplain-${{ matrix.platform }}-${{ hashFiles('metrics/perf-test-app-plain/pubspec.yaml') }}
73
73
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
+
74
79
- name : Build
75
80
run : ./metrics/build.sh ${{ matrix.platform }}
76
81
env :
83
88
MATCH_PASSWORD : ${{ secrets.MATCH_PASSWORD }}
84
89
MATCH_USERNAME : ${{ secrets.MATCH_USERNAME }}
85
90
APP_PLAIN : ${{ matrix.appPlain }}
86
-
91
+
87
92
- name : Collect apps metrics
88
93
uses : getsentry/action-app-sdk-overhead-metrics@v1
89
94
with :
You can’t perform that action at this time.
0 commit comments