Skip to content

Commit

Permalink
.cirrus.yml: Bump FreeBSD image version.
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaq committed Feb 15, 2025
1 parent 64268e6 commit 54ab2ee
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ test_bsd_task:
matrix:
- name: Test on FreeBSD
freebsd_instance:
# Find latest version on https://www.freebsd.org/releases/
image_family: freebsd-14-0
# List images with: https://cloud.google.com/compute/docs/images#freebsd
# Or find use the latest stable release on https://www.freebsd.org/releases/
image_family: freebsd-14-2
setup_script:
# go test -race is not compatible with ASLR, which has been enabled by
# default since FreeBSD 13
Expand Down

0 comments on commit 54ab2ee

Please sign in to comment.