File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010
1111jobs :
1212 build :
13- runs-on : ubuntu-20 .04
13+ runs-on : ubuntu-22 .04
1414 outputs :
1515 version : ${{ steps.get_version.outputs.version }}
1616
9191
9292 build_tar_x86_64 :
9393 needs : build
94- runs-on : ubuntu-20 .04
94+ runs-on : ubuntu-22 .04
9595
9696 steps :
9797 - uses : actions/checkout@v4
@@ -170,7 +170,7 @@ jobs:
170170
171171 build_deb_x86_64 :
172172 needs : build
173- runs-on : ubuntu-20 .04
173+ runs-on : ubuntu-22 .04
174174
175175 steps :
176176 - uses : actions/checkout@v4
@@ -270,7 +270,7 @@ jobs:
270270
271271 build_appimage_x86_64 :
272272 needs : build
273- runs-on : ubuntu-20 .04
273+ runs-on : ubuntu-22 .04
274274
275275 steps :
276276 - uses : actions/checkout@v4
@@ -386,7 +386,7 @@ jobs:
386386 - build_deb_arm_64
387387 - build_appimage_x86_64
388388 - build_windows_zip_x86_64
389- runs-on : ubuntu-20 .04
389+ runs-on : ubuntu-22 .04
390390
391391 steps :
392392 - uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments