mirror of https://github.com/grpc/grpc-node.git
Stop building for Electron 1.0
This commit is contained in:
parent
1ee78c7f9b
commit
3120fc1d2f
|
@ -46,7 +46,7 @@ jobs:
|
|||
name: All Electron Builds
|
||||
strategy:
|
||||
matrix:
|
||||
electron: ['1.0', '1.1', '1.2', '1.3', '1.4', '1.5', '1.6', '1.7', '1.8', '2.0', '3.0', '3.1', '4.1', '4.2', '5.0', '6.0', '7.0']
|
||||
electron: ['2.0', '3.0', '3.1', '4.1', '4.2', '5.0', '6.0', '7.0']
|
||||
arch: [x86, x64]
|
||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||
runs-on: ${{matrix.os}}
|
||||
|
|
Loading…
Reference in New Issue