File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -50,13 +50,13 @@ jobs:
50
50
- x86
51
51
os :
52
52
- macos-latest
53
- - ubuntu-18 .04
53
+ - ubuntu-20 .04
54
54
- windows-latest
55
55
exclude :
56
56
- arch : x86
57
57
os : macos-latest
58
58
- arch : x86
59
- os : ubuntu-18 .04
59
+ os : ubuntu-20 .04
60
60
steps :
61
61
- uses : actions/checkout@v4
62
62
- uses : actions/setup-node@v3
69
69
- run : |
70
70
npm run prebuild
71
71
npm run prebuild-linux-musl-x64
72
- if: matrix.os == 'ubuntu-18 .04'
72
+ if: matrix.os == 'ubuntu-20 .04'
73
73
- run : npm run prebuild
74
74
if : matrix.os == 'windows-latest'
75
75
- uses : actions/upload-artifact@v3
94
94
}}-darwin-x64+arm64.tar" -C "prebuilds/macos-latest" .
95
95
- run :
96
96
tar -cvf "${{ steps.get_version.outputs.version }}-linux-x64.tar" -C
97
- " prebuilds/ubuntu-18 .04" linux-x64
97
+ " prebuilds/ubuntu-20 .04" linux-x64
98
98
- run :
99
99
tar -cvf "${{ steps.get_version.outputs.version }}-win32-ia32.tar" -C
100
100
" prebuilds/windows-latest" win32-ia32
You can’t perform that action at this time.
0 commit comments