Skip to content

Commit edc5f4e

Browse files
committed
Running linuxdeployqt on ubuntu-22.04 fails
1 parent d26dec8 commit edc5f4e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/linux.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ on:
77
- main
88
jobs:
99
build-linux:
10-
runs-on: ubuntu-latest
10+
# AppImage requires ubuntu focal
11+
runs-on: ubuntu-20.04
1112
steps:
1213
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
1314
- uses: jurplel/install-qt-action@b3ea5275e37b734d027040e2c7fe7a10ea2ef946

.github/workflows/tag-and-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ jobs:
1212
git tag "v$VERSION"
1313
git push origin "v$VERSION"
1414
build-linux-release:
15-
runs-on: ubuntu-latest
15+
# AppImage requires ubuntu focal
16+
runs-on: ubuntu-20.04
1617
steps:
1718
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
1819
- uses: jurplel/install-qt-action@b3ea5275e37b734d027040e2c7fe7a10ea2ef946

0 commit comments

Comments
 (0)