Skip to content

Commit

Permalink
Update manylinux version
Browse files Browse the repository at this point in the history
  • Loading branch information
cmmarslender committed Sep 10, 2024
1 parent d435d55 commit 46444f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-wheel-tree.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:
jobs:
build-wheels:
runs-on: ubuntu-latest
container: quay.io/pypa/manylinux_2_24_x86_64
container: quay.io/pypa/manylinux_2_28_x86_64
steps:
- name: Add safe git directory
uses: Chia-Network/actions/git-mark-workspace-safe@main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ permissions:
jobs:
build-wheels:
runs-on: ubuntu-latest
container: quay.io/pypa/manylinux_2_24_x86_64
container: quay.io/pypa/manylinux_2_28_x86_64

steps:
- name: Add safe git directory
Expand Down

0 comments on commit 46444f8

Please sign in to comment.