Skip to content

Commit

Permalink
macos targets
Browse files Browse the repository at this point in the history
  • Loading branch information
codekansas committed Jan 3, 2025
1 parent 43ddff6 commit 65da1d6
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,19 @@ jobs:
build-wheels:
name: Build ${{ matrix.arch }} wheels
timeout-minutes: 60
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
arch: [x86_64, aarch64, s390x]
include:
- arch: x86_64
- os: ubuntu-latest
arch: x86_64
skip: "pp* *-musllinux*"
- arch: aarch64
- os: ubuntu-latest
arch: aarch64
skip: "pp* *-musllinux* cp313-*"
- arch: s390x
skip: "pp* *-musllinux* cp312-* cp313-*"
- os: macos-latest
arch: arm64
skip: "pp* cp313-*"

steps:
- name: Checkout code
Expand Down

0 comments on commit 65da1d6

Please sign in to comment.