Skip to content

Commit

Permalink
Update FreeBSD CI to supported versions. (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidchisnall authored Dec 31, 2023
1 parent d34e066 commit 83d2983
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .cirrus.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
freebsd_instance:
image: freebsd-12-3-release-amd64

libcxxrt_freebsd_task:
matrix:
- freebsd_instance:
image_family: freebsd-13-1
image_family: freebsd-13-2
- freebsd_instance:
image_family: freebsd-12-3
image_family: freebsd-15-0-snap
- freebsd_instance:
image_family: freebsd-14-0-snap
image_family: freebsd-14-0

install_script: pkg install -y cmake ninja git

Expand All @@ -33,6 +30,8 @@ libcxxrt_freebsd_task:
test_script: cd Build && ctest -j4

libcxxrt_master_task:
freebsd_instance:
image_family: freebsd-14-0
install_script: pkg install -y cmake ninja git

clone_script: |
Expand Down

0 comments on commit 83d2983

Please sign in to comment.