Skip to content

Commit 57f37cd

Browse files
committed
.cirrus.yml: update FreeBSD images
1 parent 8fd5d10 commit 57f37cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.cirrus.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ env:
44

55
freebsd_13_task:
66
freebsd_instance:
7-
image_family: freebsd-13-3
7+
image_family: freebsd-13-5
88
install_script: |
99
pkg install -y go
1010
GOBIN=$PWD/bin go install golang.org/dl/${GO_VERSION}@latest
@@ -14,7 +14,7 @@ freebsd_13_task:
1414

1515
freebsd_14_task:
1616
freebsd_instance:
17-
image_family: freebsd-14-0
17+
image_family: freebsd-14-2
1818
install_script: |
1919
pkg install -y go
2020
GOBIN=$PWD/bin go install golang.org/dl/${GO_VERSION}@latest

0 commit comments

Comments
 (0)