Skip to content

Commit e338a73

Browse files
committed
Fix LLVM version for MacOS runner
1 parent 8728bc9 commit e338a73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/export.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@ export PICO_TOOLCHAIN_PATH=${PICO_TOOLCHAIN_PATH:=$SMING_TOOLCHAINS/rp2040}
5353

5454
# Provide non-apple CLANG (e.g. for rbpf library)
5555
if [ -n "$GITHUB_ACTIONS" ] && [ "$(uname)" = "Darwin" ]; then
56-
CLANG="$(brew --prefix llvm@15)/bin/clang"
56+
CLANG="$(brew --prefix llvm@16)/bin/clang"
5757
export CLANG
5858
fi

0 commit comments

Comments
 (0)