Skip to content

Commit d402a1b

Browse files
Bodigrimhasufell
authored andcommitted
Drop old MacOS jobs: there are no bindists of old GHCs for aarch64, which macos-latest now refers to
1 parent 69552a5 commit d402a1b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/ci.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,17 @@ jobs:
1717
matrix:
1818
os: [ubuntu-22.04, macOS-latest]
1919
ghc: ['9.8', '9.6', '9.4', '9.2', '9.0', '8.10', '8.8', '8.6']
20+
exclude:
21+
- os: macos-latest
22+
ghc: '9.0'
23+
- os: macos-latest
24+
ghc: '8.10'
25+
- os: macos-latest
26+
ghc: '8.8'
27+
- os: macos-latest
28+
ghc: '8.6'
29+
- os: macos-latest
30+
ghc: '8.4'
2031
steps:
2132
- uses: actions/checkout@v4
2233
- name: Setup toolchain

0 commit comments

Comments
 (0)