File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1010
1111jobs :
1212 lint :
13- runs-on : ubuntu-latest
13+ runs-on : ubuntu-20.04
1414 steps :
1515 - uses : actions/checkout@v3
1616 - name : Setup Node.js
@@ -40,12 +40,12 @@ jobs:
4040 # Build for supported platforms
4141 # https://github.com/electron/electron-packager/blob/ebcbd439ff3e0f6f92fa880ff28a8670a9bcf2ab/src/targets.js#L9
4242 # 32-bit Linux unsupported as of 2019: https://www.electronjs.org/blog/linux-32bit-support
43- os : [ macOS-latest, ubuntu-latest , windows-latest ]
43+ os : [ macOS-latest, ubuntu-20.04 , windows-latest ]
4444 arch : [ x64, arm64 ]
4545 include :
4646 - os : windows-latest
4747 arch : ia32
48- - os : ubuntu-latest
48+ - os : ubuntu-20.04
4949 arch : armv7l
5050 # Publishing artifacts for multiple Windows architectures has
5151 # a bug which can cause the wrong architecture to be downloaded
You can’t perform that action at this time.
0 commit comments