Skip to content

Commit

Permalink
Build for MacOS arm64 as well
Browse files Browse the repository at this point in the history
  • Loading branch information
manugarg committed Jun 26, 2024
1 parent 2abc352 commit 02d7c25
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,14 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macos-13]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
architecture: [x64]
include:
- os: macos-latest
python-version: "3.11"
architecture: arm64
- os: macos-latest
python-version: "3.12"
architecture: arm64
runs-on: ${{ matrix.os }}

steps:
Expand Down

0 comments on commit 02d7c25

Please sign in to comment.