mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
CI: Add macOS Sonoma build, remove macOS Monterey build
This commit is contained in:
parent
f2608680ce
commit
35ca1e88c7
1 changed files with 7 additions and 8 deletions
15
.cirrus.yml
15
.cirrus.yml
|
@ -351,6 +351,13 @@ alpine_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_sonoma_task:
|
||||||
|
macos_instance:
|
||||||
|
image: ghcr.io/cirruslabs/macos-sonoma-base:latest
|
||||||
|
prepare_script: ./ci/macos/prepare.sh
|
||||||
|
<< : *CI_TEMPLATE
|
||||||
|
<< : *MACOS_ENVIRONMENT
|
||||||
|
|
||||||
macos_ventura_task:
|
macos_ventura_task:
|
||||||
macos_instance:
|
macos_instance:
|
||||||
image: ghcr.io/cirruslabs/macos-ventura-base:latest
|
image: ghcr.io/cirruslabs/macos-ventura-base:latest
|
||||||
|
@ -358,14 +365,6 @@ macos_ventura_task:
|
||||||
<< : *CI_TEMPLATE
|
<< : *CI_TEMPLATE
|
||||||
<< : *MACOS_ENVIRONMENT
|
<< : *MACOS_ENVIRONMENT
|
||||||
|
|
||||||
macos_monterey_task:
|
|
||||||
macos_instance:
|
|
||||||
image: ghcr.io/cirruslabs/macos-monterey-base:latest
|
|
||||||
prepare_script: ./ci/macos/prepare.sh
|
|
||||||
<< : *CI_TEMPLATE
|
|
||||||
<< : *MACOS_ENVIRONMENT
|
|
||||||
<< : *SKIP_TASK_ON_PR
|
|
||||||
|
|
||||||
# FreeBSD EOL timelines: https://www.freebsd.org/security/#sup
|
# FreeBSD EOL timelines: https://www.freebsd.org/security/#sup
|
||||||
freebsd14_task:
|
freebsd14_task:
|
||||||
freebsd_instance:
|
freebsd_instance:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue