diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-03-03 14:20:04 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-03-04 14:23:07 +0100 |
commit | 691b71be930f0e285c8f7a76efd56bbe0576cda6 (patch) | |
tree | 0a89568c0479028727835c2de4518114e9d41085 /.cirrus.yml | |
parent | b8d1366852fd0034374c5de1e4968c7a224f77cc (diff) | |
download | curl-691b71be930f0e285c8f7a76efd56bbe0576cda6.tar.gz |
cirrus-ci: disable the FreeBSD 13 builds
FreeBSD 13.0 is apparently close to a year away from a stable release
and has proven to cause intermittent builds failures recently.
Assisted-by: Dan Fandrich
Assisted-by: Fedor Korotkov
Fixes #5028
Closes #5029
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 51748ddd8..5bf6b35a4 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -6,7 +6,7 @@ task: freebsd_instance: matrix: # A stable 13.0 image likely won't be available before early 2021 - image_family: freebsd-13-0-snap + # image_family: freebsd-13-0-snap image_family: freebsd-12-1 # The stable 11.3 image causes "Agent is not responding" so use a snapshot image_family: freebsd-11-3-snap |