Skip to content

Commit

Permalink
github-actions: update linux image
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBubel committed Jan 12, 2024
1 parent 068229d commit af6f286
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,15 @@ jobs:
develop-matrix:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
os: [
quay.io/pypa/manylinux2014_x86_64 # replacement for ubuntu-latest, which is accepted on pypi
# quay.io/pypa/manylinux2014_i686
# quay.io/pypa/manylinux2014_aarch64
# quay.io/pypa/manylinux2014_ppc64le
# quay.io/pypa/manylinux2014_s390x,
windows-latest,
macos-latest
]
python: ['3.9', '3.10', '3.11', '3.12']
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit af6f286

Please sign in to comment.