Skip to content

Commit

Permalink
new electron version
Browse files Browse the repository at this point in the history
  • Loading branch information
djnicholson committed Mar 18, 2021
1 parent 56a40a0 commit 276e1b0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
buildgrpc:
strategy:
matrix:
electron-version: [ '9.3.3', '11.2.1' ]
electron-version: [ '11.2.1', '11.3.0' ]
runs-on: [ 'windows-2019', 'ubuntu-18.04', 'macos-10.15' ]
runs-on: ${{ matrix.runs-on }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/buildandrelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
buildgrpc:
strategy:
matrix:
electron-version: [ '9.3.3', '11.2.1' ]
electron-version: [ '11.2.1', '11.3.0' ]
runs-on: [ 'windows-2019', 'ubuntu-18.04', 'macos-10.15' ]
runs-on: ${{ matrix.runs-on }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion scripts/compile.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ async function forAllFiles(folder, extension, f) {
async function compileProtos() {
await run("npm", [
"rebuild",
"--target=11.2.1",
"--target=11.3.0",
"--runtime=electron",
"--dist-url=https://atom.io/download/electron",
]);
Expand Down

0 comments on commit 276e1b0

Please sign in to comment.