Skip to content

Commit 7189ff7

Browse files
committed
Build on older ubuntu for better compatibility
1 parent b6929f8 commit 7189ff7

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/build-base.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@ jobs:
1515
matrix:
1616
platform:
1717
- os: linux
18-
runs-on: ubuntu-24.04
18+
# This should use distros as old as possible to maximize glibc compatibility
19+
# Ubuntu 22.04's glibc doesn't really cover all non-EOL distros, but as far as I can tell it happens to be
20+
# the oldest non-EOL distro version which has webkit2gtk-4.1, so it will have to do, and we can hope it covers
21+
# all distros and versions people would reasonably install SMM on
22+
runs-on: ubuntu-22.04
1923
- os: windows
2024
# Using windows-2022 for now because NSIS is missing on windows-2025 runners
2125
runs-on: windows-2022

0 commit comments

Comments
 (0)