Skip to content

Commit

Permalink
Update manylinux to 2_28 to get around ring not cross-compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Kozma committed Jan 19, 2024
1 parent d6a2516 commit 42e0b03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
maturin-version: "1.2.0"
args: --release --out dist --find-interpreter
sccache: "true"
manylinux: auto
manylinux: "2_28"
before-script-linux: "pip install uniffi-bindgen==0.24.1"
- name: Upload wheels
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 42e0b03

Please sign in to comment.