File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -257,7 +257,7 @@ jobs:
257
257
# Build Eclipse eMoflon macOS user
258
258
build-macos-user :
259
259
needs : [create-splash-image, collect-github-api-artifacts]
260
- runs-on : [macos-latest ]
260
+ runs-on : [macos-12 ]
261
261
steps :
262
262
- name : Start message
263
263
run : echo "Started CI build (Eclipse eMoflon macOS user)."
@@ -296,7 +296,7 @@ jobs:
296
296
# Build Eclipse eMoflon macOS dev
297
297
build-macos-dev :
298
298
needs : [create-splash-image, collect-github-api-artifacts]
299
- runs-on : [macos-latest ]
299
+ runs-on : [macos-12 ]
300
300
steps :
301
301
- name : Start message
302
302
run : echo "Started CI build (Eclipse eMoflon macOS dev)."
@@ -335,7 +335,7 @@ jobs:
335
335
# Build Eclipse eMoflon macOS dev HiPE
336
336
build-macos-dev-hipe :
337
337
needs : [create-splash-image, collect-github-api-artifacts]
338
- runs-on : [macos-latest ]
338
+ runs-on : [macos-12 ]
339
339
steps :
340
340
- name : Start message
341
341
run : echo "Started CI build (Eclipse eMoflon macOS dev HiPE)."
You can’t perform that action at this time.
0 commit comments