Skip to content

Commit

Permalink
Bump older FreeBSD to 13.5, drop some Alpine in CI
Browse files Browse the repository at this point in the history
Just keep the oldest and newest supported Alpine versions as checking
them all doesn't gain very much alongside all the other builds.
  • Loading branch information
dfandrich committed Oct 28, 2024
1 parent 3b70a1a commit a6a2f6d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ freebsd_task:
cpu: 1
matrix:
image_family: freebsd-14-1
image_family: freebsd-13-3
image_family: freebsd-13-4

env:
# Set to 10 instead of 1 to avoid problems when new commits are submitted
Expand Down Expand Up @@ -46,7 +46,7 @@ freebsd_task:
linux_arm_task:
name: ARM Linux
arm_container:
image: ubuntu:22.04
image: ubuntu:24.04
memory: 400M
cpu: 1

Expand Down Expand Up @@ -91,8 +91,6 @@ linux_musl_task:
cpu: 1
matrix:
image: alpine:3.20
image: alpine:3.19
image: alpine:3.18
image: alpine:3.17

env:
Expand Down

0 comments on commit a6a2f6d

Please sign in to comment.