We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 267a27d commit 275e146Copy full SHA for 275e146
.github/workflows/test.yml
@@ -87,7 +87,7 @@ jobs:
87
manylinux: 'auto'
88
- name: maturin build manylinux2014
89
# No llvm-toolset-7 in arm64 manylinux image
90
- if: matrix.os != 'ubuntu-24.04-arm'
+ if: matrix.os != 'ubuntu-22.04-arm'
91
uses: ./
92
with:
93
args: -m maturin/test-crates/pyo3-mixed/Cargo.toml -i python3.10 --out dist
0 commit comments