Skip to content

Commit

Permalink
fix macOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
Congyuwang committed Nov 2, 2024
1 parent d54c980 commit ab90e80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install llvm-19
run: |
brew update
brew install llvm@19
brew install llvm@19.1.2
brew install lld
- uses: actions/setup-python@v5
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install llvm-19
run: |
brew update
brew install llvm@19
brew install llvm@19.1.2
brew install lld
- uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit ab90e80

Please sign in to comment.