github-workflow: switch to macos-11 to support c++17
This commit is contained in:
parent
b869686f6c
commit
f6fdb2228b
2
.github/workflows/pypi-deploy.yml
vendored
2
.github/workflows/pypi-deploy.yml
vendored
@ -26,7 +26,7 @@ jobs:
|
||||
needs: [build_setup]
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-20.04, windows-2019, macOS-10.15]
|
||||
os: [ubuntu-20.04, windows-2019, macOS-11]
|
||||
arch: [auto32, auto64, aarch64, ppc64le, s390x]
|
||||
|
||||
steps:
|
||||
|
Loading…
x
Reference in New Issue
Block a user