mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Update Cirrus CI naming update for MacOS images
The docs on https://cirrus-ci.org/guide/macOS/ changed from "osx_instance" to "macos_instance", so let's reflect that.
This commit is contained in:
parent
5bc9c818ad
commit
b7b63e889d
3 changed files with 4 additions and 4 deletions
|
@ -178,14 +178,14 @@ ubuntu16_task:
|
||||||
# Apple doesn't publish official long-term support timelines.
|
# Apple doesn't publish official long-term support timelines.
|
||||||
# We aim to support both the current and previous macOS release.
|
# We aim to support both the current and previous macOS release.
|
||||||
macos_big_sur_task:
|
macos_big_sur_task:
|
||||||
osx_instance:
|
macos_instance:
|
||||||
image: big-sur-base
|
image: big-sur-base
|
||||||
prepare_script: ./ci/macos/prepare.sh
|
prepare_script: ./ci/macos/prepare.sh
|
||||||
<< : *CI_TEMPLATE
|
<< : *CI_TEMPLATE
|
||||||
<< : *MACOS_RESOURCES_TEMPLATE
|
<< : *MACOS_RESOURCES_TEMPLATE
|
||||||
|
|
||||||
macos_catalina_task:
|
macos_catalina_task:
|
||||||
osx_instance:
|
macos_instance:
|
||||||
image: catalina-xcode-11.6
|
image: catalina-xcode-11.6
|
||||||
prepare_script: ./ci/macos/prepare.sh
|
prepare_script: ./ci/macos/prepare.sh
|
||||||
<< : *CI_TEMPLATE
|
<< : *CI_TEMPLATE
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 7b4eddcc69d7fb2ce74e825c8913cb72dd73ad14
|
Subproject commit e8f0f1e895593778973528f307a64dd58d9f6416
|
|
@ -1 +1 @@
|
||||||
Subproject commit 49c49193f8869b9bce8dfc992901d7ec60c1d37e
|
Subproject commit 893c508e55539711db7b310f04bbf1f210834cbc
|
Loading…
Add table
Add a link
Reference in a new issue