Skip to content

Commit 9633c8c

Browse files
authored
llvm@11 -> llvm@13
We use `clang` from brew's llvm, and that just fails horribly on Sonoma. 13 seems to work, though we might want to consider to just go with `llvm`. Instead of some ancient pinned version. With GHC 9.2+ we have the NCG, and don't even need to rely on llvm at all anymore, we could just drop this outright. And use the Apple CLT provided $CC and others.
1 parent f328325 commit 9633c8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@ jobs:
621621

622622
- name: Create bindist
623623
run: |
624-
bash .github/scripts/brew.sh git coreutils llvm@11 autoconf automake tree
624+
bash .github/scripts/brew.sh git coreutils llvm@13 autoconf automake tree
625625
export PATH="$HOME/.brew/bin:$HOME/.brew/sbin:$HOME/.brew/opt/llvm@11/bin:$PATH"
626626
export CC="$HOME/.brew/opt/llvm@11/bin/clang"
627627
export CXX="$HOME/.brew/opt/llvm@11/bin/clang++"

0 commit comments

Comments
 (0)