Skip to content

Commit ca90498

Browse files
committed
Exclude LLVM 21 from Macos
1 parent 8457da2 commit ca90498

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/comprehensive-ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ jobs:
2929
runner: [ubuntu-latest, macos-latest, windows-latest]
3030
ghc: ['9.2.8', '9.4.8', '9.6.7', '9.8.4', '9.10.3', '9.12.2']
3131
llvm: ['14', '16', '18', '20', '21']
32+
exclude:
33+
# LLVM 21 not available on macOS ARM64
34+
- os: macos-latest
35+
llvm-version: '21'
36+
3237
steps:
3338
- name: Set git to use LF
3439
run: |

0 commit comments

Comments
 (0)