Skip to content

Commit

Permalink
Use macos-14. Drop builds for Python 3.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgautier committed Dec 7, 2024
1 parent 80addb4 commit 22eef95
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,18 +51,9 @@ jobs:
- os: ubuntu-latest
python: 39
platform_id: manylinux2014
- os: macos-11
- os: macos-14
python: 310
platform_id: macosx_x86_64
- os: macos-11
python: 310
platform_id: macosx_arm64
- os: macos-12
python: 310
platform_id: macosx_arm64
- os: macos-12
python: 310
platform_id: macosx_arm64
steps:
- uses: actions/checkout@v3
- name: Set up Python
Expand All @@ -76,7 +67,7 @@ jobs:
- name: Build wheel
uses: pypa/[email protected]
env:
CIBW_SKIP: cp36-* cp37-*
CIBW_SKIP: cp36-* cp37-* cp38-*
CIBW_ARCHS_LINUX: "auto aarch64"
CIBW_ARCHS_MACOS: "x86_64 arm64 universal2"
CIBW_BUILD_VERBOSITY: 1
Expand Down

0 comments on commit 22eef95

Please sign in to comment.