Commit f8d3fc3 1 parent 02efd28 commit f8d3fc3 Copy full SHA for f8d3fc3
File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 37
37
38
38
build-linux-gnu-x64 :
39
39
name : linux-gnu-x64
40
- runs-on : ubuntu-latest
40
+ runs-on : ubuntu-20.04
41
41
container :
42
42
image : docker.io/adrienv1520/nodejs-16-centos7
43
43
steps :
79
79
strip : aarch64-linux-gnu-strip
80
80
cflags : ' '
81
81
name : ${{ matrix.target }}
82
- runs-on : ubuntu-latest
82
+ runs-on : ubuntu-20.04
83
83
steps :
84
84
- uses : actions/checkout@v1
85
85
- name : Install Rust
@@ -129,7 +129,7 @@ jobs:
129
129
strip : aarch64-linux-musl-strip
130
130
cflags : ' '
131
131
name : ${{ matrix.target }}
132
- runs-on : ubuntu-latest
132
+ runs-on : ubuntu-20.04
133
133
container :
134
134
image : ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-alpine
135
135
credentials :
@@ -196,7 +196,7 @@ jobs:
196
196
run : ls -l packages/*/*/*.node
197
197
198
198
build-and-release :
199
- runs-on : ubuntu-latest
199
+ runs-on : ubuntu-20.04
200
200
name : Build and release nightly
201
201
needs :
202
202
- build
Original file line number Diff line number Diff line change 37
37
38
38
build-linux-gnu-x64 :
39
39
name : linux-gnu-x64
40
- runs-on : ubuntu-latest
40
+ runs-on : ubuntu-20.04
41
41
container :
42
42
image : docker.io/adrienv1520/nodejs-16-centos7
43
43
steps :
79
79
strip : aarch64-linux-gnu-strip
80
80
cflags : ' '
81
81
name : ${{ matrix.target }}
82
- runs-on : ubuntu-latest
82
+ runs-on : ubuntu-20.04
83
83
steps :
84
84
- uses : actions/checkout@v1
85
85
- name : Install Rust
@@ -129,7 +129,7 @@ jobs:
129
129
strip : aarch64-linux-musl-strip
130
130
cflags : ' '
131
131
name : ${{ matrix.target }}
132
- runs-on : ubuntu-latest
132
+ runs-on : ubuntu-20.04
133
133
container :
134
134
image : ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-alpine
135
135
credentials :
@@ -196,7 +196,7 @@ jobs:
196
196
run : ls -l packages/*/*/*.node
197
197
198
198
build-and-release :
199
- runs-on : ubuntu-latest
199
+ runs-on : ubuntu-20.04
200
200
name : Build and release the tagged version
201
201
needs :
202
202
- build
You can’t perform that action at this time.
0 commit comments