Skip to content
This repository was archived by the owner on Jan 9, 2026. It is now read-only.

Commit 122ab95

Browse files
committed
update operation systems in CI build
1 parent cb79807 commit 122ab95

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
matrix:
1212
ghc: ['9.6.3']
1313
cabal: ['3.10']
14-
os: ['ubuntu-20.04', 'ubuntu-22.04', 'macOS-latest']
14+
os: ['ubuntu-22.04', 'ubuntu-24.04', 'macOS-latest']
1515

1616
steps:
1717
- name: 'GitHub actions env workaround'
@@ -45,6 +45,9 @@ jobs:
4545
- name: Install liblzma
4646
run: brew install xz # xz package contains liblzma
4747
if: startsWith(matrix.os, 'macOS')
48+
- name: Install liblzma
49+
run: sudo apt-get install -y liblzma-dev
50+
if: startsWith(matrix.os, 'ubuntu-24')
4851

4952
- name: Install postgresql
5053
run: brew install postgresql # needed by libpq

0 commit comments

Comments
 (0)