Skip to content

Commit

Permalink
Build arm64 macOS binaries (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
CommandMC authored Jul 15, 2024
1 parent 1db9204 commit 6e9b3e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: ['ubuntu-20.04', 'windows-latest', 'macos-12']
os: ['ubuntu-20.04', 'windows-2022', 'macos-12', 'macos-14']
fail-fast: false
max-parallel: 3

Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:

- uses: actions/upload-artifact@v4
with:
name: ${{ runner.os }}-package
name: ${{ matrix.os }}-package
path: legendary/dist/*

deb:
Expand Down

0 comments on commit 6e9b3e8

Please sign in to comment.