Commit Diff


commit - c7f7536eee0a51c2ba36a4c884bfa41354a619d4
commit + cef2c2c7dbc6586e191ca70def71748727be7309
blob - 9211ffa7693ec01fd78739f1dca5c0f61d60cc7a
blob + b82a00659e2d3f1ddb4b0398fcc6dc4bdf600198
--- .cirrus.yml
+++ .cirrus.yml
@@ -60,9 +60,9 @@ macos_1101: &macos_1101
     - brew install cmake python3
     - sudo python3 -m pip install pytest
 
-freebsd_12_1: &freebsd_12_1
+freebsd_12_2: &freebsd_12_2
   freebsd_instance:
-    image: freebsd-12-1-release-amd64
+    image: freebsd-12-2-release-amd64
   env:
     CC: clang
   install_script:
@@ -77,8 +77,8 @@ task:
       <<: *ubuntu_1804_gcc
     - name: "Build and test on Ubuntu 18.04 LTS with Clang 10"
       <<: *ubuntu_1804_clang
-    - name: "Build and test on FreeBSD 12.1"
-      <<: *freebsd_12_1
+    - name: "Build and test on FreeBSD 12.2"
+      <<: *freebsd_12_2
     - name: "Build and test on macOS 10.15 (Catalina)"
       <<: *macos_1015
     - name: "Build and test on macOS 11.0.1 (Big Sur)"