Skip to content

Commit aae7375

Browse files
authored
fix: downgrade ubuntu version
If the AppImage is built with a too recent version of the glibc, it will not run on an older system. For more details, see https://docs.appimage.org/introduction/concepts.html#build-on-old-systems-run-on-newer-systems
1 parent 9040d3c commit aae7375

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gnulinux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ jobs:
3333
# TODO Working Linux 32-bit packaging
3434
# TODO CTest & coverage workflow implement
3535
arch: [32, 64]
36-
os: [ubuntu-latest]
36+
os: [ubuntu-22.04]
3737
compiler: [gcc, clang]
3838
build_type: [Debug, Release]
3939
include:
40-
- os: ubuntu-latest
40+
- os: ubuntu-22.04
4141
build_type: Release
4242
compiler: gcc
4343
arch: 64

0 commit comments

Comments
 (0)