mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-25 21:06:23 +02:00
github-actions: update linux image
This commit is contained in:
parent
068229df0f
commit
af6f2861d8
1 changed files with 9 additions and 1 deletions
10
.github/workflows/deploy.yml
vendored
10
.github/workflows/deploy.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue