Skip to content

Commit beafc23

Browse files
committed
github: update minimum macOS version to 11.0
10.15 has been EOL for a long time, and the runner that builds a wheel on macOS automatically updated the version to 11.0 each time with raising a warning. This commit doesn't change any behaviour of CI, it silences a warning and makes 11.0 explicit. Signed-off-by: Mikhail Koviazin <[email protected]>
1 parent 8bd2174 commit beafc23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
os: [ubuntu-20.04, windows-2019, macos-latest]
3535
env:
3636
CIBW_ARCHS_MACOS: "x86_64 universal2 arm64"
37-
MACOSX_DEPLOYMENT_TARGET: "10.15"
37+
MACOSX_DEPLOYMENT_TARGET: "11.0"
3838
steps:
3939
- uses: actions/checkout@v4
4040
with:

0 commit comments

Comments
 (0)