Skip to content

Commit c89841d

Browse files
committed
Fix build
1 parent bf72815 commit c89841d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ jobs:
2727
os: [ubuntu-latest, macOS-latest, windows-latest]
2828
ghc-version: ["9.2.4"]
2929
include:
30-
- experimental: false
3130
- os: ubuntu-latest
3231
ghc-version: "8.10.7"
32+
- experimental: false
3333

3434
name: Build on ${{ matrix.os }} with GHC-${{ matrix.ghc-version }}
3535
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)