Skip to content

Commit 5cdaad8

Browse files
Pin Ubunut version
1 parent fb93003 commit 5cdaad8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
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

0 commit comments

Comments
 (0)