Skip to content

Commit

Permalink
Use manylinux_2_28-x64 in build-wheel-linux.yml (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
iainrussell authored Nov 25, 2024
1 parent f0849c8 commit 5e9f27e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-wheel-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ jobs:
# if: false # for temporarily disabling for debugging

runs-on: [self-hosted, Linux, platform-builder-Rocky-8.6]
container: dockcross/manylinux2014-x64:latest
container: dockcross/manylinux_2_28-x64:latest

name: Build manylinux2014
name: Build manylinux_2_28-x64

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- run: ./scripts/build-linux.sh

Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:

steps:

- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:

- run: mkdir artifact-${{ matrix.python-version }}

- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 5e9f27e

Please sign in to comment.