github actions: update runner-images
This commit is contained in:
parent
af6622492a
commit
df445bfd7f
8
.github/workflows/pypi-deploy.yml
vendored
8
.github/workflows/pypi-deploy.yml
vendored
@ -10,7 +10,7 @@ jobs:
|
|||||||
|
|
||||||
build_setup:
|
build_setup:
|
||||||
name: Prepare environment for wheel builds
|
name: Prepare environment for wheel builds
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-24.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Prepare wheel build
|
- name: Prepare wheel build
|
||||||
@ -27,7 +27,7 @@ jobs:
|
|||||||
needs: [build_setup]
|
needs: [build_setup]
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-20.04, windows-2019]
|
os: [ubuntu-24.04, windows-2022]
|
||||||
arch: [auto32, auto64, aarch64]
|
arch: [auto32, auto64, aarch64]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@ -53,7 +53,7 @@ jobs:
|
|||||||
|
|
||||||
build_sdist:
|
build_sdist:
|
||||||
name: Build source distribution
|
name: Build source distribution
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-24.04
|
||||||
needs: [build_setup]
|
needs: [build_setup]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
@ -76,7 +76,7 @@ jobs:
|
|||||||
|
|
||||||
upload_pypi:
|
upload_pypi:
|
||||||
name: Upload binary wheels to PyPI
|
name: Upload binary wheels to PyPI
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-24.04
|
||||||
needs: [build_wheels, build_sdist]
|
needs: [build_wheels, build_sdist]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user