Skip to content

Commit

Permalink
Add M1 builder, update cibuildwheel
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Jan 31, 2024
1 parent 45c5386 commit d9dd685
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Wheels
on:
push:
tags:
- '*'
- "*"
workflow_dispatch:
schedule:
- cron: "30 4 15 * *"
Expand All @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, windows-2019, macOS-11]
os: [ubuntu-20.04, windows-2019, macOS-11, macOS-14]
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -26,12 +26,12 @@ jobs:
fetch-tags: true

- name: Set up QEMU
if: runner.os == 'Linux'
if: runner.os == "Linux"
uses: docker/setup-qemu-action@v3
with:
platforms: arm64

- uses: pypa/[email protected].2
- uses: pypa/[email protected].5
env:
# Only build CPython 3.7, because we have portable abi3 wheels.
# Windows arm64 is only available on 3.9 and later, Apple Silicon on
Expand Down

0 comments on commit d9dd685

Please sign in to comment.