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 @@ -49,13 +49,13 @@ jobs:
49
49
- x86
50
50
os :
51
51
- macos-latest
52
- - ubuntu-20 .04
52
+ - ubuntu-22 .04
53
53
- windows-latest
54
54
exclude :
55
55
- arch : x86
56
56
os : macos-latest
57
57
- arch : x86
58
- os : ubuntu-20 .04
58
+ os : ubuntu-22 .04
59
59
steps :
60
60
- uses : actions/checkout@v4
61
61
- uses : actions/setup-node@v4
68
68
- run : |
69
69
npm run prebuild
70
70
npm run prebuild-linux-musl-x64
71
- if: matrix.os == 'ubuntu-20 .04'
71
+ if: matrix.os == 'ubuntu-22 .04'
72
72
- run : npm run prebuild
73
73
if : matrix.os == 'windows-latest'
74
74
- uses : actions/upload-artifact@v4
94
94
darwin-x64+arm64
95
95
- run :
96
96
tar -cvf "${{ steps.get_version.outputs.version }}-linux-x64.tar" -C
97
- " prebuilds/ubuntu-20 .04-x64" linux-x64
97
+ " prebuilds/ubuntu-22 .04-x64" linux-x64
98
98
- run :
99
99
tar -cvf "${{ steps.get_version.outputs.version }}-win32-ia32.tar" -C
100
100
" prebuilds/windows-latest-x86" win32-ia32
You can’t perform that action at this time.
0 commit comments