Skip to content

Commit 3d8bae3

Browse files
committedFeb 7, 2025·
ci: exclude older GHCs on macOS
1 parent 98f57d5 commit 3d8bae3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
 

‎.github/workflows/aeson-typescript.yml

+7
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@ jobs:
2020
- "9.6.6"
2121
- "9.8.4"
2222
- "9.10.1"
23+
exclude:
24+
# These don't work on GitHub CI anymore because they need llvm@13, which became
25+
# disabled on 12/31/2024
26+
- os: macOS-latest
27+
ghc: 8.10.7
28+
- os: macOS-latest
29+
ghc: 9.0.2
2330

2431
steps:
2532
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)
Please sign in to comment.