Skip to content

Commit 1adb66a

Browse files
committed
#3261 appimage: use Ubuntu 22.04
Signed-off-by: Patrizio Bekerle <[email protected]>
1 parent 7c4f689 commit 1adb66a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build-release-next.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
#
8787
build-appimage:
8888
needs: create_release
89-
runs-on: ubuntu-20.04
89+
runs-on: ubuntu-22.04
9090
env:
9191
QT_VERSION: 5.15.2
9292
BUILD_DIR: build

.github/workflows/build-release-qt6.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
#
9090
build-appimage:
9191
needs: create_release
92-
runs-on: ubuntu-20.04
92+
runs-on: ubuntu-22.04
9393
env:
9494
QT_VERSION: 6.5.0
9595
BUILD_DIR: build

.github/workflows/build-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
#
8080
build-appimage:
8181
needs: create_release
82-
runs-on: ubuntu-20.04
82+
runs-on: ubuntu-22.04
8383
env:
8484
QT_VERSION: 5.15.2
8585
BUILD_DIR: build
@@ -169,7 +169,7 @@ jobs:
169169
#
170170
build-appimage-qt6:
171171
needs: create_release
172-
runs-on: ubuntu-20.04
172+
runs-on: ubuntu-22.04
173173
env:
174174
QT_VERSION: 6.5.3
175175
BUILD_DIR: build

0 commit comments

Comments
 (0)