Skip to content

Commit 54ab2ee

Browse files
committed
.cirrus.yml: Bump FreeBSD image version.
1 parent 64268e6 commit 54ab2ee

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.cirrus.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ test_bsd_task:
1919
matrix:
2020
- name: Test on FreeBSD
2121
freebsd_instance:
22-
# Find latest version on https://www.freebsd.org/releases/
23-
image_family: freebsd-14-0
22+
# List images with: https://cloud.google.com/compute/docs/images#freebsd
23+
# Or find use the latest stable release on https://www.freebsd.org/releases/
24+
image_family: freebsd-14-2
2425
setup_script:
2526
# go test -race is not compatible with ASLR, which has been enabled by
2627
# default since FreeBSD 13

0 commit comments

Comments
 (0)