diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-03-12 15:29:42 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-03-23 09:21:14 +0100 |
commit | 12585bf9aea700c32779bd26ef2340c3d1004415 (patch) | |
tree | ae4d9d368d8447482476c46186c7274cd40b7540 /.cirrus.yml | |
parent | c448c4840eafcac9eb3e7af355821f9394888466 (diff) | |
download | curl-12585bf9aea700c32779bd26ef2340c3d1004415.tar.gz |
Revert "cirrus-ci: disable the FreeBSD 13 builds"
This reverts commit 691b71be930f0e285c8f7a76efd56bbe0576cda6.
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 ee8a4e802..63b816a01 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 |