We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6929f8 commit 7189ff7Copy full SHA for 7189ff7
1 file changed
.github/workflows/build-base.yml
@@ -15,7 +15,11 @@ jobs:
15
matrix:
16
platform:
17
- os: linux
18
- runs-on: ubuntu-24.04
+ # 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
23
- os: windows
24
# Using windows-2022 for now because NSIS is missing on windows-2025 runners
25
runs-on: windows-2022
0 commit comments