File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 21
21
with :
22
22
node-version : ${{matrix.node}}
23
23
- name : Configure Linux environment
24
- if : ${{matrix.os == 'ubuntu-latest '}}
24
+ if : ${{matrix.os == 'ubuntu-20.04 '}}
25
25
run : sudo apt-get install -y cmake libx11-dev zlib1g-dev libpng-dev libxtst-dev build-essential
26
26
- name : Install
27
27
run : npm run patch && npm i
Original file line number Diff line number Diff line change 18
18
with :
19
19
node-version : ${{matrix.node}}
20
20
- name : Configure Linux environment
21
- if : ${{matrix.os == 'ubuntu-latest '}}
21
+ if : ${{matrix.os == 'ubuntu-20.04 '}}
22
22
run : sudo apt-get install -y cmake libx11-dev zlib1g-dev libpng-dev libxtst-dev build-essential
23
23
- name : Install
24
24
run : npm run patch && npm i
@@ -50,18 +50,18 @@ jobs:
50
50
with :
51
51
node-version : 14
52
52
- name : Configure Linux environment
53
- if : ${{matrix.os == 'ubuntu-latest '}}
53
+ if : ${{matrix.os == 'ubuntu-20.04 '}}
54
54
run : sudo apt-get install -y cmake libx11-dev zlib1g-dev libpng-dev libxtst-dev build-essential
55
55
- name : Install
56
56
run : npm run patch && npm i
57
57
- name : Publish snapshot release
58
- if : ${{matrix.os == 'ubuntu-latest ' || matrix.os == 'macos-latest '}}
58
+ if : ${{matrix.os == 'ubuntu-20.04 ' || matrix.os == 'macos-11 '}}
59
59
run : ./.build/pre-release.sh
60
60
shell : bash
61
61
env :
62
62
NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
63
63
- name : Publish Windows snapshot release
64
- if : ${{matrix.os == 'windows-latest '}}
64
+ if : ${{matrix.os == 'windows-2019 '}}
65
65
run : ./.build/pre-release.ps1
66
66
shell : powershell
67
67
env :
70
70
dispatch :
71
71
needs :
72
72
- deploy
73
- runs-on : ubuntu-latest
73
+ runs-on : ubuntu-20.04
74
74
steps :
75
75
- name : Dispatch snapshot release
76
76
uses : peter-evans/repository-dispatch@v1
Original file line number Diff line number Diff line change 18
18
with :
19
19
node-version : ${{matrix.node}}
20
20
- name : Configure Linux environment
21
- if : ${{matrix.os == 'ubuntu-latest '}}
21
+ if : ${{matrix.os == 'ubuntu-20.04 '}}
22
22
run : sudo apt-get install -y cmake libx11-dev zlib1g-dev libpng-dev libxtst-dev build-essential
23
23
- name : Install
24
24
run : npm run patch && npm i
50
50
with :
51
51
node-version : 14
52
52
- name : Configure Linux environment
53
- if : ${{matrix.os == 'ubuntu-latest '}}
53
+ if : ${{matrix.os == 'ubuntu-20.04 '}}
54
54
run : sudo apt-get install -y cmake libx11-dev zlib1g-dev libpng-dev libxtst-dev build-essential
55
55
- name : Install
56
56
run : npm run patch && npm i
You can’t perform that action at this time.
0 commit comments