Skip to content

Commit

Permalink
🔧 Deploy to M1
Browse files Browse the repository at this point in the history
  • Loading branch information
Schneegans committed Jan 14, 2024
1 parent 35fb116 commit 3adb117
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,10 @@ jobs:

macos:
name: Deploy for macOS
runs-on: macos-11
strategy:
matrix:
os: [macos-11, macos-13-xlarge]
runs-on: ${{ matrix.os }}
permissions:
contents: write
steps:
Expand Down Expand Up @@ -99,8 +102,7 @@ jobs:
OSX_APP_SPECIFIC_PASSWORD: ${{ secrets.OSX_APP_SPECIFIC_PASSWORD }}
OSX_TEAM_ID: ${{ secrets.OSX_TEAM_ID }}
run: |
npm run make -- --arch=x64
npm run make -- --arch=arm64
npm run make
- name: Upload DMG
uses: svenstaro/upload-release-action@v2
with:
Expand Down

0 comments on commit 3adb117

Please sign in to comment.