Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading