Skip to content

Commit

Permalink
Switch to arm instead of x64 for macOS builds
Browse files Browse the repository at this point in the history
  • Loading branch information
PhantomShift committed May 17, 2024
1 parent f440e08 commit f338493
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
name: nekotatsu-${{github.ref_name}}-Windows-x86_64.zip
command: both

- release_for: macOS-x86_64
- release_for: macOS-aarch64
os: macOS-latest
target: x86_64-apple-darwin
target: aarch64-apple-darwin
bin: nekotatsu
name: nekotatsu-${{github.ref_name}}-Darwin-x86_64.tar.gz
name: nekotatsu-${{github.ref_name}}-Darwin-aarch64.tar.gz
command: both

runs-on: ${{ matrix.platform.os }}
Expand Down

0 comments on commit f338493

Please sign in to comment.