Skip to content

Commit 503e134

Browse files
committed
Added LLVM-18
1 parent 3a5e369 commit 503e134

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/swift.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Pre-install
1919
run: |
2020
brew update
21-
brew install llvm@18.1.8
21+
brew install llvm@18
2222
# Important: add empty string
2323
echo "" >> /Users/runner/.bash_profile
2424
echo 'export PATH="/opt/homebrew/opt/llvm/bin:$PATH"' >> /Users/runner/.bash_profile

0 commit comments

Comments
 (0)