Skip to content

Commit 6cc6376

Browse files
committed
chore: try pinning rustc version to the last known working one
1 parent 47dae50 commit 6cc6376

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ jobs:
7878
target: ${{ matrix.target }}
7979
args: --release --out dist --interpreter '3.10 3.11 3.12 3.13 3.13t 3.14 3.14t' ${{ matrix.target == 'x86_64' && '--sdist' || '' }}
8080
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
81+
rust-toolchain: '1.93.0'
8182
manylinux: ${{ matrix.target == 'x86_64' && 'auto' || matrix.target == 'aarch64' && '2_28' }}
82-
container: ${{ matrix.target == 'x86_64' && 'quay.io/pypa/manylinux2014_x86_64:2026.02.06-1' || '' }}
8383
before-script-linux: |
8484
case "${{ matrix.target }}" in
8585
"aarch64" | "armv7" | "s390x" | "ppc64le")

0 commit comments

Comments
 (0)