Skip to content

Commit

Permalink
attempt to fix macos build
Browse files Browse the repository at this point in the history
  • Loading branch information
Congyuwang committed Nov 2, 2024
1 parent ab90e80 commit afe35b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
macos:
runs-on: macos-13
runs-on: macos-latest
strategy:
fail-fast: false
matrix:
Expand All @@ -19,7 +19,7 @@ jobs:
- name: Install llvm-19
run: |
brew update
brew install llvm@19.1.2
brew install llvm@19
brew install lld
- uses: actions/setup-python@v5
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
macos:
runs-on: macos-13
runs-on: macos-latest
strategy:
fail-fast: false
matrix:
Expand All @@ -19,7 +19,7 @@ jobs:
- name: Install llvm-19
run: |
brew update
brew install llvm@19.1.2
brew install llvm@19
brew install lld
- uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit afe35b2

Please sign in to comment.