Skip to content

Commit

Permalink
Bump manylinux to 2.17
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmmease committed Feb 17, 2024
1 parent e2163cb commit 58a80aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
uses: messense/maturin-action@9357a23898d2fca5ef8da7ac38aaaedab4ef218f # [email protected]
with:
command: build
manylinux: 2014
manylinux: manylinux_2_17
rust-toolchain: stable
args: --release -m vegafusion-python-embed/Cargo.toml --features=protobuf-src --strip
- name: Upload artifacts
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
uses: messense/maturin-action@6d52485c3b3044e20b4c8ee6ce6f61e20a7645b0 # pin@v1
with:
command: build
manylinux: 2014
manylinux: manylinux_2_17
rust-toolchain: stable
args: --release -m vegafusion-python-embed/Cargo.toml --features=protobuf-src --strip --target aarch64-unknown-linux-gnu
- name: Upload artifacts
Expand Down

0 comments on commit 58a80aa

Please sign in to comment.