We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d22203c commit a51d37dCopy full SHA for a51d37d
.github/workflows/release.yml
@@ -239,9 +239,9 @@ jobs:
239
fail-fast: false
240
matrix:
241
include:
242
- - macos-version: "10.15"
+ - macos-version: "11.0"
243
target: x86_64-apple-darwin
244
- py-platform: macosx-10_15_x86_64
+ py-platform: macosx-11_0_x86_64
245
- macos-version: "11.0"
246
target: aarch64-apple-darwin
247
py-platform: macosx-11_0_arm64
@@ -465,9 +465,9 @@ jobs:
465
466
467
468
469
470
471
472
473
0 commit comments