Skip to content

Commit

Permalink
fix: rollback builder & mac version
Browse files Browse the repository at this point in the history
  • Loading branch information
crypto-matto committed Jul 26, 2024
1 parent 6e90301 commit d4a9457
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
os: [macos-12-large, ubuntu-latest, windows-latest]

steps:
- name: setup dependencies
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
echo '${{ secrets.mac_api_key_2024 }}' > ~/private_keys/AuthKey_${{ secrets.mac_api_key_id_2024 }}.p8
- name: Build/release Electron app (MacOS, Ubuntu, Windows)
uses: ente-io/action-electron-builder@v1.0.0
uses: samuelmeuli/action-electron-builder@v1
# if: startsWith(matrix.os, 'macos') || startsWith(matrix.os, 'ubuntu')
continue-on-error: true
with:
Expand Down

0 comments on commit d4a9457

Please sign in to comment.