about summary refs log tree commit diff homepage
path: root/.cirrus.yml
diff options
context:
space:
mode:
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 4f263946..8ac70fe5 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -2,11 +2,11 @@ task:
   freebsd_instance:
     matrix:
       - image_family: freebsd-12-3-snap
-      - image_family: freebsd-13-0-snap
+      - image_family: freebsd-13-1-snap
   deps_script:
     - sed -i.bak -e 's/quarterly/latest/' /etc/pkg/FreeBSD.conf
     - env ASSUME_ALWAYS_YES=yes pkg update -f
-    - env ASSUME_ALWAYS_YES=yes pkg install -y llvm90 gmake z3 cmake pkgconf google-perftools python3 py38-sqlite3 py38-tabulate
+    - env ASSUME_ALWAYS_YES=yes pkg install -y llvm90 gmake z3 cmake pkgconf google-perftools python3 py39-sqlite3 py39-tabulate
   build_script:
     - mkdir build
     - cd build