Skip to content

Commit

Permalink
BLD: Use manylinux2014_x86_64 instead of default manylinux_2_24_x86_64
Browse files Browse the repository at this point in the history
  • Loading branch information
rdbisme committed Jun 9, 2022
1 parent b8f4c52 commit 2fbe721
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -7,6 +7,7 @@ on:
tags:
- "*"
pull_request:

jobs:
test:
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -87,7 +88,7 @@ jobs:
with:
fetch-depth: 0

- uses: RalfG/python-wheels-manylinux-build@v0.4.2
- uses: RalfG/python-wheels-manylinux-build@v0.4.2-manylinux2014_x86_64
with:
python-versions: "cp36-cp36m cp37-cp37m cp38-cp38 cp39-cp39 cp310-cp310"

Expand Down

0 comments on commit 2fbe721

Please sign in to comment.