Skip to content

Commit 5712ccd

Browse files
💚 Fix CI
1 parent 086bdf2 commit 5712ccd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- name: Test LLVM detection (Linux/macOS)
6161
if: runner.os != 'Windows'
6262
run: |
63-
uv run python -c "from every_python.utils import check_llvm_available; import sys; sys.exit(0 if check_llvm_available('20') else 1)"
63+
uv run python -c "from every_python.utils import check_llvm_available; import sys; sys.exit(0 if check_llvm_available('21') else 1)"
6464
6565
- name: Test build without JIT
6666
run: uv run every-python install v3.13.0 --verbose

0 commit comments

Comments
 (0)