Skip to content

Commit

Permalink
ci: Update BSD images (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e authored Oct 20, 2024
1 parent 24d08b9 commit 99f8628
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:
freebsd_task:
name: test ($TARGET)
freebsd_instance:
image_family: freebsd-13-3
image_family: freebsd-13-4
matrix:
- env:
TARGET: x86_64-unknown-freebsd
Expand All @@ -34,7 +34,7 @@ netbsd_task:
compute_engine_instance:
image_project: pg-ci-images
# https://github.com/anarazel/pg-vm-images/blob/main/packer/netbsd.pkrvars.hcl
image: family/pg-ci-netbsd-vanilla-9-3
image: family/pg-ci-netbsd-vanilla
platform: netbsd
env:
TARGET: x86_64-unknown-netbsd
Expand All @@ -50,7 +50,7 @@ openbsd_task:
compute_engine_instance:
image_project: pg-ci-images
# https://github.com/anarazel/pg-vm-images/blob/main/packer/openbsd.pkrvars.hcl
image: family/pg-ci-openbsd-vanilla-7-2
image: family/pg-ci-openbsd-vanilla
platform: openbsd
env:
TARGET: x86_64-unknown-openbsd
Expand Down

0 comments on commit 99f8628

Please sign in to comment.