diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2019-12-13 08:39:54 +0100 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2019-12-13 09:23:37 +0100 |
commit | 86f9c67629599a8da299cf3981f82878a39dca09 (patch) | |
tree | 7e6b1e36304ab4dcd228bb8f3c86cb790a40d5b1 /.cirrus.yml | |
parent | d00aa703f4c83b4f626b760c53994053c970f802 (diff) | |
download | curl-86f9c67629599a8da299cf3981f82878a39dca09.tar.gz |
cirrus: Drop the FreeBSD 10.4 build
Upstream support for 10.4 ended a year ago, and it looks like the image
is now gone, too.
[skip ci]
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index df9106d47..1982246db 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -5,12 +5,11 @@ task: name: FreeBSD freebsd_instance: matrix: - # There isn't a stable 13.0 image yet (2019-10) + # There isn't a stable 13.0 image yet (2019-12) image_family: freebsd-13-0-snap image_family: freebsd-12-0 # The stable 11.3 image causes "Agent is not responding" so use a snapshot image_family: freebsd-11-3-snap - image_family: freebsd-10-4 env: CIRRUS_CLONE_DEPTH: 10 |