Skip to content

Commit

Permalink
do auto64, universal2 for macos in one job
Browse files Browse the repository at this point in the history
  • Loading branch information
lgray authored Jan 10, 2025
1 parent 20ba067 commit 20e500c
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 @@ -29,16 +29,16 @@ jobs:
path: dist/*.tar.gz

build_wheels:
name: Wheel on ${{ matrix.os }} (${{ matrix.arch }})
name: Wheel on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest, windows-latest]
arch: [auto64]
include:
- os: macos-latest
arch: universal2
arch: auto64,universal2

steps:
- uses: actions/checkout@v4
Expand All @@ -55,7 +55,7 @@ jobs:
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
name: artifact-wheel-${{ matrix.os }}-${{ matrix.arch }}
name: artifact-wheel-${{ matrix.os }}
path: wheelhouse/*.whl

build_alt_wheels:
Expand Down

0 comments on commit 20e500c

Please sign in to comment.