]> git.lizzy.rs Git - rust.git/commitdiff
Update FreeBSD to 13.1
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>
Fri, 13 Jan 2023 18:16:47 +0000 (18:16 +0000)
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>
Fri, 13 Jan 2023 18:36:22 +0000 (18:36 +0000)
This fixes the certificate error

.cirrus.yml

index 7c966aa1ab9a9aa30660f858cdeab1ceb14e2e8f..7886cae42a15ab1902d7d79ce677e8c4dd0be075 100644 (file)
@@ -1,7 +1,7 @@
 task:
   name: freebsd
   freebsd_instance:
-    image: freebsd-12-1-release-amd64
+    image: freebsd-13-1-release-amd64
   setup_rust_script:
     - pkg install -y curl git bash
     - curl https://sh.rustup.rs -sSf --output rustup.sh