File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ jobs:
125
125
timeout-minutes : 60
126
126
ios :
127
127
name : " iOS"
128
- runs-on : macos-latest
128
+ runs-on : macos-12
129
129
steps :
130
130
- name : Checkout
131
131
uses : actions/checkout@v3
@@ -175,7 +175,7 @@ jobs:
175
175
strategy :
176
176
matrix :
177
177
template : [all, ios]
178
- runs-on : macos-latest
178
+ runs-on : macos-12
179
179
if : ${{ github.event_name != 'schedule' }}
180
180
steps :
181
181
- name : Checkout
@@ -288,7 +288,7 @@ jobs:
288
288
timeout-minutes : 60
289
289
macos :
290
290
name : " macOS"
291
- runs-on : macos-latest
291
+ runs-on : macos-12
292
292
steps :
293
293
- name : Checkout
294
294
uses : actions/checkout@v3
@@ -339,7 +339,7 @@ jobs:
339
339
strategy :
340
340
matrix :
341
341
template : [all, macos]
342
- runs-on : macos-latest
342
+ runs-on : macos-12
343
343
if : ${{ github.event_name != 'schedule' }}
344
344
steps :
345
345
- name : Checkout
You can’t perform that action at this time.
0 commit comments