Skip to content

Commit

Permalink
use arm build on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenixthrush authored Oct 23, 2024
1 parent afebea4 commit 41efa23
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 @@ -24,7 +24,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: '3.10'
architecture: 'x64'
architecture: ${{ matrix.os == 'macos-latest' && 'arm64' || 'x64' }}
cache: 'pip'
cache-dependency-path: |
**/pyproject.toml
Expand Down

0 comments on commit 41efa23

Please sign in to comment.