Skip to content

Commit 57aaed1

Browse files
committed
fix os for ubuntu
1 parent 0e380fd commit 57aaed1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
matrix:
1717
ghc: ["9.6"]
1818
cabal: ["3.10"]
19-
os: ubuntu-24.04
19+
os: ["ubuntu-24.04"]
2020

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

0 commit comments

Comments
 (0)