Skip to content

Commit

Permalink
.github/workflows/dist.yml: Also build wheels on macos-14 runners (ar…
Browse files Browse the repository at this point in the history
…m64)
  • Loading branch information
mkoeppe committed Feb 28, 2024
1 parent 3229b28 commit 529c64a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,9 @@ jobs:
- os: ubuntu-latest
arch: i686
- os: macos-latest
arch: auto
arch: x86_64
- os: macos-14
arch: arm64
env:
# SPKGs to install as system packages
SPKGS: _bootstrap _prereq
Expand Down

0 comments on commit 529c64a

Please sign in to comment.