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 72
72
73
73
build_darwin_fuzzing :
74
74
name : Build on Darwin
75
- runs-on : macos-latest
75
+ runs-on : macos-13
76
76
if : github.actor != 'restyled-io[bot]'
77
77
78
78
steps :
Original file line number Diff line number Diff line change @@ -299,7 +299,7 @@ jobs:
299
299
LSAN_OPTIONS : detect_leaks=1 suppressions=scripts/tests/chiptest/lsan-mac-suppressions.txt
300
300
301
301
if : github.actor != 'restyled-io[bot]'
302
- runs-on : macos-latest
302
+ runs-on : macos-13
303
303
304
304
steps :
305
305
- name : Checkout
@@ -501,7 +501,7 @@ jobs:
501
501
TSAN_OPTIONS : " halt_on_error=1"
502
502
503
503
if : github.actor != 'restyled-io[bot]' && false
504
- runs-on : macos-latest
504
+ runs-on : macos-13
505
505
506
506
steps :
507
507
- name : Checkout
You can’t perform that action at this time.
0 commit comments