File tree 5 files changed +9
-9
lines changed
5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -369,7 +369,7 @@ jobs:
369
369
370
370
build_darwin :
371
371
name : Build on Darwin (clang, python_lib, simulated)
372
- runs-on : macos-latest
372
+ runs-on : macos-13
373
373
if : github.actor != 'restyled-io[bot]'
374
374
375
375
steps :
Original file line number Diff line number Diff line change 49
49
LSAN_OPTIONS : detect_leaks=1 malloc_context_size=40 suppressions=scripts/tests/chiptest/lsan-mac-suppressions.txt
50
50
51
51
if : github.actor != 'restyled-io[bot]'
52
- runs-on : macos-latest
52
+ runs-on : macos-13
53
53
54
54
steps :
55
55
- name : Checkout
Original file line number Diff line number Diff line change 31
31
framework :
32
32
name : Build framework
33
33
if : github.actor != 'restyled-io[bot]'
34
- runs-on : macos-latest
34
+ runs-on : macos-13
35
35
strategy :
36
36
matrix :
37
37
options : # We don't need a full matrix
68
68
tests :
69
69
name : Run framework tests
70
70
if : github.actor != 'restyled-io[bot]'
71
- runs-on : macos-latest
71
+ runs-on : macos-13
72
72
strategy :
73
73
matrix :
74
74
options : # We don't need a full matrix
@@ -131,7 +131,7 @@ jobs:
131
131
tv-casting-bridge :
132
132
name : Build TV Casting Bridge example
133
133
if : github.actor != 'restyled-io[bot]'
134
- runs-on : macos-latest
134
+ runs-on : macos-13
135
135
steps :
136
136
- name : Checkout
137
137
uses : actions/checkout@v4
@@ -148,7 +148,7 @@ jobs:
148
148
darwin :
149
149
name : Build Darwin # Matches the previous monolithic build that's marked "required" for PRs
150
150
needs : [ framework, tests ]
151
- runs-on : macos-latest
151
+ runs-on : macos-13
152
152
steps :
153
153
- name : Done
154
154
run : ' true' # nothing to do
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 @@ -328,7 +328,7 @@ jobs:
328
328
LSAN_OPTIONS : detect_leaks=1 suppressions=scripts/tests/chiptest/lsan-mac-suppressions.txt
329
329
330
330
if : github.actor != 'restyled-io[bot]'
331
- runs-on : macos-latest
331
+ runs-on : macos-13
332
332
333
333
steps :
334
334
- name : Checkout
@@ -584,7 +584,7 @@ jobs:
584
584
TSAN_OPTIONS : " halt_on_error=1"
585
585
586
586
if : github.actor != 'restyled-io[bot]' && false
587
- runs-on : macos-latest
587
+ runs-on : macos-13
588
588
589
589
steps :
590
590
- name : Checkout
You can’t perform that action at this time.
0 commit comments