Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
savannahostrowski committed Oct 23, 2024
1 parent 5601c38 commit f18d288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
# This can be removed once macos-13 is retired.
run: |
brew update && brew upgrade
brew_smart_install "python@3.13"
brew unlink python@3.12 && brew link --overwrite python@3.13
brew install llvm@${{ matrix.llvm }}
SDKROOT="$(xcrun --show-sdk-path)" \
./configure --enable-experimental-jit ${{ matrix.debug && '--with-pydebug' || '--enable-optimizations --with-lto' }}
Expand Down

0 comments on commit f18d288

Please sign in to comment.