Skip to content

Commit 811c92e

Browse files
💚 Fix CI
1 parent eac045e commit 811c92e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/integration.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,13 @@ jobs:
6969
run: uv run every-python run v3.13.0 -- --version
7070

7171
- name: Test build with JIT
72-
# Use commit that I know has JIT support with LLVM 20
73-
run: uv run every-python install 42d014086098d3d70cacb4d8993f04cace120c12 --jit --verbose
72+
# Use commit that I know has JIT support with LLVM 21
73+
run: uv run every-python install aeb34035633b24afb27d3888fdd12abdf2bdc339 --jit --verbose
7474

7575
- name: Verify JIT build works
76-
# Use commit that I know has JIT support with LLVM 20
77-
run: uv run every-python run 42d014086098d3d70cacb4d8993f04cace120c12 --jit -- --version
78-
76+
# Use commit that I know has JIT support with LLVM 21
77+
run: uv run every-python run aeb34035633b24afb27d3888fdd12abdf2bdc339 --jit -- --version
78+
7979
- name: Verify consecutive builds work
8080
# Use two versions that can only be built if repo cleanup between works
8181
run: uv run every-python install v3.14.0 && uv run every-python install v3.13.0

0 commit comments

Comments
 (0)