Skip to content

Commit 0e380fd

Browse files
committed
older cabal and explicit gch version for ubuntu build
1 parent b56c23e commit 0e380fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-binary-packages.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
name: Build Ubuntu package
1515
strategy:
1616
matrix:
17-
os:
18-
- ubuntu-24.04
19-
#- ubuntu-22.04
17+
ghc: ["9.6"]
18+
cabal: ["3.10"]
19+
os: ubuntu-24.04
2020

2121
runs-on: ${{ matrix.os }}
2222

0 commit comments

Comments
 (0)