Skip to content

Commit 1424022

Browse files
committed
Update CI jobs
1 parent 6f8efd2 commit 1424022

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.cirrus.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
freebsd_instance:
2-
image_family: freebsd-14-2
2+
image_family: freebsd-14-3
33

44
task:
55
install_script: pkg install -y ghc hs-cabal-install git

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
timeout-minutes: 60
8080
with:
8181
arch: ${{ matrix.arch }}
82-
distro: ubuntu22.04
82+
distro: ubuntu_rolling
8383
githubToken: ${{ github.token }}
8484
install: |
8585
apt-get update -y

0 commit comments

Comments
 (0)