File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -371,7 +371,7 @@ jobs:
371
371
372
372
build_darwin :
373
373
name : Build on Darwin (clang, python_lib, simulated)
374
- runs-on : macos-latest
374
+ runs-on : macos-13
375
375
if : github.actor != 'restyled-io[bot]'
376
376
377
377
steps :
Original file line number Diff line number Diff line change 68
68
69
69
build_darwin_fuzzing :
70
70
name : Build on Darwin
71
- runs-on : macos-latest
71
+ runs-on : macos-13
72
72
if : github.actor != 'restyled-io[bot]'
73
73
74
74
steps :
Original file line number Diff line number Diff line change @@ -330,7 +330,7 @@ jobs:
330
330
LSAN_OPTIONS : detect_leaks=1 suppressions=scripts/tests/chiptest/lsan-mac-suppressions.txt
331
331
332
332
if : github.actor != 'restyled-io[bot]'
333
- runs-on : macos-latest
333
+ runs-on : macos-13
334
334
335
335
steps :
336
336
- name : Checkout
@@ -588,7 +588,7 @@ jobs:
588
588
TSAN_OPTIONS : " halt_on_error=1"
589
589
590
590
if : github.actor != 'restyled-io[bot]' && false
591
- runs-on : macos-latest
591
+ runs-on : macos-13
592
592
593
593
steps :
594
594
- name : Checkout
You can’t perform that action at this time.
0 commit comments