mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 02:28:21 +00:00
Add FreeBSD 13 to CI
This commit is contained in:
parent
ff79a58f59
commit
57c0a2a445
1 changed files with 10 additions and 0 deletions
10
.cirrus.yml
10
.cirrus.yml
|
@ -218,6 +218,16 @@ macos_catalina_task:
|
||||||
<< : *MACOS_RESOURCES_TEMPLATE
|
<< : *MACOS_RESOURCES_TEMPLATE
|
||||||
|
|
||||||
# FreeBSD EOL timelines: https://www.freebsd.org/security/security.html#sup
|
# FreeBSD EOL timelines: https://www.freebsd.org/security/security.html#sup
|
||||||
|
freebsd13_task:
|
||||||
|
freebsd_instance:
|
||||||
|
# FreeBSD 13 EOL: January 31, 2026
|
||||||
|
image_family: freebsd-13-0
|
||||||
|
cpu: 8
|
||||||
|
# Not allowed to request less than 8GB for an 8 CPU FreeBSD VM.
|
||||||
|
memory: 8GB
|
||||||
|
prepare_script: ./ci/freebsd/prepare.sh
|
||||||
|
<< : *CI_TEMPLATE
|
||||||
|
|
||||||
freebsd12_task:
|
freebsd12_task:
|
||||||
freebsd_instance:
|
freebsd_instance:
|
||||||
# FreeBSD 12 EOL: June 30, 2024
|
# FreeBSD 12 EOL: June 30, 2024
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue