Skip to content

Commit

Permalink
Remove freebsd-12-3 image (Cirrus CI)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmisev committed Oct 3, 2023
1 parent 9ce8689 commit 0c48a5a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,16 @@ task:
skip: "changesIncludeOnly('.github/**' , 'doc/**', '**.md')"

matrix:
- name: Alpine
- name: Alpine arm64
arm_container:
image: alpine:latest
install_script: |
apk update
apk add build-base cmake curl g++ git icu-dev
- name: FreeBSD
- name: FreeBSD 13.2
freebsd_instance:
matrix:
image_family: freebsd-13-2
image_family: freebsd-12-3
image_family: freebsd-13-2
install_script: |
pkg install -y cmake git
Expand Down

0 comments on commit 0c48a5a

Please sign in to comment.