Skip to content

Commit

Permalink
Change wheels for macos - to 11
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Dryabzhinsky committed Oct 21, 2022
1 parent 3df5210 commit 3d7ec0a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-10.15, ubuntu-latest, windows-latest]
os: [macos-11, ubuntu-latest, windows-latest]

steps:
- name: Cancel previous runs on the same branch
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
CIBW_TEST_SKIP: '*_arm64 *_universal2:arm64'
CIBW_BEFORE_ALL_MACOS: >
python -m pip install --upgrade pip
CIBW_ENVIRONMENT_MACOS: MACOSX_DEPLOYMENT_TARGET=10.15
CIBW_ENVIRONMENT_MACOS: MACOSX_DEPLOYMENT_TARGET=11
CIBW_BUILD_VERBOSITY_MACOS: 0
CIBW_BEFORE_ALL_WINDOWS: >
python -m pip install --upgrade pip
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
CIBW_TEST_SKIP: '*_arm64 *_universal2:arm64'
CIBW_BEFORE_ALL_MACOS: >
python -m pip install --upgrade pip
CIBW_ENVIRONMENT_MACOS: MACOSX_DEPLOYMENT_TARGET=10.15
CIBW_ENVIRONMENT_MACOS: MACOSX_DEPLOYMENT_TARGET=11
CIBW_BUILD_VERBOSITY_MACOS: 0
CIBW_BEFORE_ALL_WINDOWS: >
python -m pip install --upgrade pip
Expand Down

0 comments on commit 3d7ec0a

Please sign in to comment.