diff --git a/.cirrus.yml b/.cirrus.yml
index b38c9a64e01c056386f0a514102001faa035709e..36e1266b3e5325fa6b987dc2e69ed6d6b3fca3ec 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -24,19 +24,3 @@ task:
     - autoreconf -i
     - cabal test --test-show-details=direct
 
-task:
-  name: NetBSD
-  compute_engine_instance:
-    image_project: pg-ci-images
-    image: family/pg-ci-netbsd-vanilla-9-3
-    platform: netbsd
-  install_script:
-    - export PKG_PATH="http://cdn.NetBSD.org/pub/pkgsrc/packages/NetBSD/$(uname -p)/$(uname -r|cut -f '1 2' -d.)/All/;http://cdn.netbsd.org/pub/pkgsrc/packages/NetBSD/x86_64/9.0_2022Q3/All/"
-    - pkg_add ghc cabal-install git autoconf libcxx libcxxabi
-  script:
-    - export CABAL_DIR=/tmp/.cabal
-    - ghc --version
-    - cabal --version
-    - cabal update
-    - autoreconf -i
-    - cabal test -f-simdutf --test-show-details=direct