Skip to content

Commit f6faa27

Browse files
committed
CI: Update macos version and drop compilers before ghc-9.6.7
1 parent bd5f6b3 commit f6faa27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/haskell.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
ghc: ["8.10.7", "9.2.8", "9.6", "9.8", "9.10", "9.12"]
17-
os: [ubuntu-latest, macos-13, windows-latest]
16+
ghc: ["9.6", "9.8", "9.10", "9.12", "9.14"]
17+
os: [ubuntu-latest, macos-14, windows-latest]
1818

1919
steps:
2020
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)