mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Cirrus-CI: use FreeBSD 13.0 image for base system CI build
We generally want to build and test on the highest release version, and
FreeBSD 13.0 also brings some performance benefits.
Reviewed by: lwhsu
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D29842
(cherry picked from commit 407abff2b9)
This commit is contained in:
parent
f1dab9dbdf
commit
87c0db9d01
1 changed files with 3 additions and 3 deletions
|
|
@ -1,9 +1,9 @@
|
|||
# $FreeBSD$
|
||||
|
||||
freebsd_instance:
|
||||
# image: freebsd-12-1-stable-amd64
|
||||
# We need a newer image to install llvm11
|
||||
image_family: freebsd-12-1-snap
|
||||
# Image list available via
|
||||
# gcloud compute images list --project freebsd-org-cloud-dev --no-standard-images
|
||||
image: freebsd-13-0-release-amd64
|
||||
cpu: 8
|
||||
memory: 24G
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue