Skip to content

Commit c2c8edd

Browse files
committed
Infrastructure: update Linux runner to Ubuntu 22.04
#### Brief overview of PR changes/additions Change the Linux Ci/CB runner used to make the AppImage for that OS from the Ubuntu 20.04 LTS one to the 22.04 one. #### Motivation for adding to Mudlet This is unavoidable because the older one is being removed tomorrow. #### Other info (issues closed, discussion etc) Because of some intransigence by the maintainer of the `linuxdeployqt` tool we use to make the AppImage it is not being updated to work with the 22.04 one until that reached its official EOL next month. This seems to mean that the AppImages produced in the newer runner will NOT work on systems with the older `libc` that was used in the 20.04 version and others such as Debian 11 ("Bullseye") and Devuan 4 ("Chimaera"). I have been trying to find a solution but have not got a workable one yet. (See: Mudlet#7806 and Mudlet/installers#123). Signed-off-by: Stephen Lyons <[email protected]>
1 parent ef69ea1 commit c2c8edd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-mudlet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
# ',' in some of the following with a '/' seemed to cause extra
2727
# spurious steps in the build and broke things! - SlySven
2828
# oldest OS supported for maximum compatibility of built AppImage
29-
- os: ubuntu-20.04
29+
- os: ubuntu-22.04
3030
buildname: 'ubuntu / gcc / lua tests'
3131
triplet: x64-linux
3232
compiler: gcc_64

0 commit comments

Comments
 (0)