We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f8efd2 commit 1424022Copy full SHA for 1424022
.cirrus.yaml
@@ -1,5 +1,5 @@
1
freebsd_instance:
2
- image_family: freebsd-14-2
+ image_family: freebsd-14-3
3
4
task:
5
install_script: pkg install -y ghc hs-cabal-install git
.github/workflows/ci.yaml
@@ -79,7 +79,7 @@ jobs:
79
timeout-minutes: 60
80
with:
81
arch: ${{ matrix.arch }}
82
- distro: ubuntu22.04
+ distro: ubuntu_rolling
83
githubToken: ${{ github.token }}
84
install: |
85
apt-get update -y
0 commit comments