We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e1d657 commit c0f1c2cCopy full SHA for c0f1c2c
.cirrus.yml
@@ -1,7 +1,7 @@
1
task:
2
name: FreeBSD
3
freebsd_instance:
4
- image_family: freebsd-13-1
+ image_family: freebsd-13-2
5
install_script: pkg install -y ghc hs-cabal-install git autoconf
6
script:
7
- cabal update
@@ -11,7 +11,7 @@ task:
11
name: OpenBSD
12
compute_engine_instance:
13
image_project: pg-ci-images
14
- image: family/pg-ci-openbsd-vanilla-7-2
+ image: family/pg-ci-openbsd-vanilla-7-3
15
platform: openbsd
16
install_script: pkg_add ghc cabal-install git autoconf-2.71
17
0 commit comments