Skip to content

Commit 47fc5f0

Browse files
committed
Switch the Cirrus macOS images to *-xcode-12.x.
This works around cirruslabs/cirrus-ci-docs#878.
1 parent 0c4d078 commit 47fc5f0

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.cirrus.yml

+8-4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ environment:
44
# Enforce sequential JIT'ing of files for controlled memory usage.
55
HILTI_JIT_SEQUENTIAL: 1
66

7+
# Images for macOS
8+
IMAGE_MACOS_BIG_SUR: big-sur-xcode
9+
IMAGE_MACOS_CATALINA: catalina-xcode
10+
711
clang9_zeek_ubuntu_debug_task:
812
container:
913
dockerfile: ci/Dockerfile
@@ -211,7 +215,7 @@ clang11_zeek_nightly_task:
211215

212216
macos_catalina_task:
213217
osx_instance:
214-
image: catalina-base
218+
image: $IMAGE_MACOS_CATALINA
215219

216220
always:
217221
ccache_cache:
@@ -248,7 +252,7 @@ macos_catalina_task:
248252

249253
macos_big_sur_task:
250254
osx_instance:
251-
image: big-sur-base
255+
image: $IMAGE_MACOS_BIG_SUR
252256

253257
always:
254258
ccache_cache:
@@ -371,7 +375,7 @@ homebrew_catalina_task:
371375
skip: $CIRRUS_BRANCH != 'main' && $CIRRUS_TAG == ''
372376

373377
osx_instance:
374-
image: catalina-base
378+
image: $IMAGE_MACOS_CATALINA
375379

376380
script:
377381
- brew tap zeek/zeek
@@ -382,7 +386,7 @@ homebrew_big_sur_task:
382386
skip: $CIRRUS_BRANCH != 'main' && $CIRRUS_TAG == ''
383387

384388
osx_instance:
385-
image: big-sur-base
389+
image: $IMAGE_MACOS_BIG_SUR
386390

387391
script:
388392
- brew tap zeek/zeek

0 commit comments

Comments
 (0)