Skip to content

Commit

Permalink
fix unset matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
azmy60 committed Jul 15, 2024
1 parent f228565 commit 73a9a25
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Electron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
osx-electron-arm64:
name: Electron OSX
runs-on: macos-14
needs: set-up-npm
needs: [set-up-npm, set-up-electron-versions]
strategy:
matrix:
version: ${{ fromJSON(needs.set-up-electron-versions.outputs.matrix) }}
Expand Down Expand Up @@ -161,7 +161,7 @@ jobs:
osx-electron-x64:
name: Electron OSX
runs-on: macos-13
needs: set-up-npm
needs: [set-up-npm, set-up-electron-versions]
strategy:
matrix:
version: ${{ fromJSON(needs.set-up-electron-versions.outputs.matrix) }}
Expand Down Expand Up @@ -207,7 +207,7 @@ jobs:
win-electron:
name: node.js Windows
runs-on: windows-latest
needs: set-up-npm
needs: [set-up-npm, set-up-electron-versions]
continue-on-error: ${{ !startsWith(matrix.version.node, '18') && !startsWith(matrix.version.node, '20') && !startsWith(matrix.version.node, '21') }}
env:
npm_config_msvs_version: 2019
Expand Down

0 comments on commit 73a9a25

Please sign in to comment.