Skip to content

Commit 275e146

Browse files
authored
Update test.yml
1 parent 267a27d commit 275e146

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
manylinux: 'auto'
8888
- name: maturin build manylinux2014
8989
# No llvm-toolset-7 in arm64 manylinux image
90-
if: matrix.os != 'ubuntu-24.04-arm'
90+
if: matrix.os != 'ubuntu-22.04-arm'
9191
uses: ./
9292
with:
9393
args: -m maturin/test-crates/pyo3-mixed/Cargo.toml -i python3.10 --out dist

0 commit comments

Comments
 (0)