Skip to content

🔧 Move the Linux builds off the runner GitHub is retiring - #28

Merged
ManupaKDU merged 1 commit into
masterfrom
fix/ci-runner-currency
Aug 27, 2026
Merged

🔧 Move the Linux builds off the runner GitHub is retiring#28
ManupaKDU merged 1 commit into
masterfrom
fix/ci-runner-currency

Conversation

@manupawickramasinghe

@manupawickramasinghe manupawickramasinghe commented Aug 26, 2026

Copy link
Copy Markdown
Member

Merge order: #32 (unbreaks currently-red CI) → #28#29#30#31. Each is independently reviewable; the order just keeps the checks readable.

What

Moves the Linux CI and release legs from ubuntu-22.04 to ubuntu-24.04, and documents the compatibility consequence.

Why now

ubuntu-22.04 begins deprecation on 2026-09-17 and is fully unsupported from 2027-04-17 (actions/runner-images#14254).

Deprecation is not a warning-only period. GitHub fails jobs on that label outright during scheduled brownouts. So this is a break that arrives on a date, not on a change — and it would hit release.yml as readily as ci.yml, i.e. potentially in the middle of cutting a tag.

Why a pinned label and not ubuntu-latest

The runner label decides the glibc floor of the published .deb and .AppImage. That floor is a user-facing compatibility promise, so it should move when someone decides to move it — not when GitHub repoints a rolling alias.

The cost, stated plainly

This does raise the floor from glibc 2.35 to 2.39. The Linux artifacts will no longer run on Ubuntu 22.04 or Debian 12.

That is a real regression for those users. It is now written in the README's Install section rather than left to be discovered at runtime, and building from source on those distributions is unaffected.

Changes

File Change
.github/workflows/ci.yml ubuntu-22.04ubuntu-24.04 (matrix + the if: guard), with the reasoning in a comment
.github/workflows/release.yml same, with a cross-reference to the ci.yml note
README.md new Linux glibc requirement paragraph in Install

Verification

  • Both workflow files parse as YAML.
  • No app/** files are touched, so this PR exercises the workflow change itself: CI triggers on .github/workflows/ci.yml, which is exactly the path being edited — the Linux leg going green on this PR is the test.

🤖 Generated with Claude Code

`ubuntu-22.04` begins deprecation on 2026-09-17 and is fully unsupported from
2027-04-17. Deprecation is not a warning-only period: GitHub fails jobs on that
label outright during scheduled brownouts, so both CI and, worse, a tagged
release would start failing on a date rather than on a change.

Moved to `ubuntu-24.04` rather than `ubuntu-latest`. The label decides the glibc
floor of the published `.deb` and `.AppImage`, and that floor is a user-facing
compatibility promise — it should move when someone decides to move it, not
when GitHub repoints a rolling alias.

The move does raise that floor, from glibc 2.35 to 2.39: the Linux artifacts no
longer run on Ubuntu 22.04 or Debian 12. That is a real regression for those
users and it is now stated in the README's Install section instead of being
discovered at runtime. Building from source on those distributions still works.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Copilot AI lite review requested due to automatic review settings August 26, 2026 21:45

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants