Skip to content

Commit

Permalink
Fix Electron MacOS CI Builds (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmrossy authored Dec 13, 2023
1 parent 37299dd commit f5c4ac2
Show file tree
Hide file tree
Showing 3 changed files with 202 additions and 455 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/bundle-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-11, windows-2019, ubuntu-latest]
os: [macos-12, windows-2019, ubuntu-latest]

steps:
- uses: actions/checkout@v2

- uses: actions/setup-node@v2
with:
node-version: '14'
check-latest: true

- name: Install dependencies
run: yarn --immutable
Expand All @@ -44,8 +44,6 @@ jobs:
env:
CSC_LINK: ${{ secrets.MAC_CSC_LINK2 }}
CSC_KEY_PASSWORD: ${{ secrets.MAC_CSC_KEY_PASSWORD }}
APPLE_ID: ${{ secrets.APPLE_ID }}
APPLE_ID_PASSWORD: ${{ secrets.APPLE_ID_PASSWORD }}
if: runner.os == 'macOS'

- name: Build on Windows
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"copy-webpack-plugin": "^10.2.4",
"css-loader": "^6.6.0",
"electron": "^17.4.11",
"electron-builder": "^22.14.13",
"electron-builder": "23.6.0",
"electron-notarize": "^1.1.1",
"eslint": "^8.10.0",
"eslint-plugin-import": "^2.25.4",
Expand Down
Loading

0 comments on commit f5c4ac2

Please sign in to comment.