Skip to content

Commit

Permalink
CI: Fix FreeBSD images
Browse files Browse the repository at this point in the history
- remove 12
- use 14 stable
- use 15 snap
  • Loading branch information
lbartoletti committed Feb 23, 2024
1 parent 61f3b08 commit 2c78384
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ task:
cpu: 8
memory: 24g
matrix:
- name: 14-CURRENT
- name: 15.0-CURRENT
freebsd_instance:
image_family: freebsd-14-0-snap
image_family: freebsd-15-0-snap
- name: 14.0-RELEASE
freebsd_instance:
image_family: freebsd-14-0
- name: 13.2-RELEASE
freebsd_instance:
image_family: freebsd-13-2
- name: 12.4-RELEASE
freebsd_instance:
image_family: freebsd-12-4

task:
name: macOS
Expand Down

0 comments on commit 2c78384

Please sign in to comment.