Skip to content

Commit 1c2aa8c

Browse files
committed
more simple
1 parent 4807215 commit 1c2aa8c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/simple.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ jobs:
1414
strategy:
1515
matrix:
1616
os: [macos-latest, windows-latest]
17-
ghc: ['8.10','9.0','9.2','9.4.8','9.6.5','9.8.2']
17+
# Older GHCs need LLVM on macos-latest (ARM)
18+
ghc: ['9.2','9.4.8','9.6.5','9.8.2']
1819
fail-fast: false
1920
timeout-minutes:
2021
60

0 commit comments

Comments
 (0)