Skip to content

Commit

Permalink
chore: enable arm64 build
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasXu0 committed Jun 14, 2024
1 parent b1b21c1 commit 26ad048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
path: ${{ env.MACOS_APP_RELEASE_PATH }}/${{ env.MACOS_DMG_NAME }}.dmg

aarch64:
runs-on: macos-13-xlarge
runs-on: macos-14

if: ${{ github.event.inputs.arch == 'All' || github.event.inputs.arch == 'aarch64' }}

Expand Down

0 comments on commit 26ad048

Please sign in to comment.