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 02d7c25 commit c278f8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
with:
python-version: ${{ matrix.python-version }}
architecture: x64
architecture: ${{ matrix.architecture }}

- name: Set up setuptools
run: |
Expand Down

0 comments on commit c278f8e

Please sign in to comment.