From 91e44b1e610ebd5b0ee14b4cd1e295844978c8ba Mon Sep 17 00:00:00 2001
From: Alan Somers <asomers@gmail.com>
Date: Wed, 7 Aug 2019 10:56:13 -0600
Subject: [PATCH] Upgrade FreeBSD's CI image to release 11.3

---
 .cirrus.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.cirrus.yml b/.cirrus.yml
index 47807ab0..d2fb21a6 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -1,7 +1,7 @@
 task:
   name: stable x86_64-unknown-freebsd-11
   freebsd_instance:
-    image: freebsd-11-2-release-amd64
+    image: freebsd-11-3-release-amd64
   setup_script:
     - pkg install -y curl
     - curl https://sh.rustup.rs -sSf --output rustup.sh
-- 
GitLab