Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
messense authored Jan 23, 2025
1 parent 267a27d commit 275e146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
manylinux: 'auto'
- name: maturin build manylinux2014
# No llvm-toolset-7 in arm64 manylinux image
if: matrix.os != 'ubuntu-24.04-arm'
if: matrix.os != 'ubuntu-22.04-arm'
uses: ./
with:
args: -m maturin/test-crates/pyo3-mixed/Cargo.toml -i python3.10 --out dist
Expand Down

0 comments on commit 275e146

Please sign in to comment.