github actions: use os latest + macos; bump version 2.1.14
This commit is contained in:
parent
9d5f0cff01
commit
fe042b531f
2
.github/workflows/pypi-deploy.yml
vendored
2
.github/workflows/pypi-deploy.yml
vendored
@ -29,7 +29,7 @@ jobs:
|
||||
needs: [build_setup]
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-24.04, windows-2022]
|
||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||
arch: [auto32, auto64, aarch64]
|
||||
|
||||
steps:
|
||||
|
@ -1 +1 @@
|
||||
2.1.13
|
||||
2.1.14
|
||||
|
Loading…
x
Reference in New Issue
Block a user