File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 5
5
# Runtime Tests
6
6
runtime-test :
7
7
name : Runtime Tests
8
- runs-on : macos-12
8
+ runs-on : macos-14
9
9
steps :
10
10
- uses : actions/checkout@v2
11
11
88
88
# Self-host Tests
89
89
self-host-test :
90
90
name : Self-host Tests
91
- runs-on : macos-12
91
+ runs-on : macos-14
92
92
steps :
93
93
- uses : actions/checkout@v2
94
94
@@ -132,7 +132,7 @@ jobs:
132
132
# Self-parity Tests
133
133
self-parity-test :
134
134
name : Self-parity Tests
135
- runs-on : macos-12
135
+ runs-on : macos-14
136
136
steps :
137
137
- uses : actions/checkout@v2
138
138
@@ -176,7 +176,7 @@ jobs:
176
176
# Compiler Tests
177
177
compiler-test :
178
178
name : Compiler Tests
179
- runs-on : macos-12
179
+ runs-on : macos-14
180
180
steps :
181
181
- uses : actions/checkout@v2
182
182
@@ -235,7 +235,7 @@ jobs:
235
235
# CLI Tests
236
236
cli-test :
237
237
name : CLI Tests
238
- runs-on : macos-12
238
+ runs-on : macos-14
239
239
steps :
240
240
- uses : actions/checkout@v2
241
241
with :
You can’t perform that action at this time.
0 commit comments