Skip to content

build: downgrade desktop and cli runner to ubuntu-22.04#593

Merged
skevetter merged 5 commits intomainfrom
downgrade-desktop-ubuntu
Mar 10, 2026
Merged

build: downgrade desktop and cli runner to ubuntu-22.04#593
skevetter merged 5 commits intomainfrom
downgrade-desktop-ubuntu

Conversation

@skevetter
Copy link
Owner

@skevetter skevetter commented Mar 8, 2026

Signed-off-by: Samuel K skevetter@pm.me

Summary by CodeRabbit

  • Chores
    • Standardized continuous integration build environment to Ubuntu 22.04 across all pipelines for enhanced consistency and reliability.
    • Updated build system dependencies to improve stability and compatibility.
    • Optimized build artifact provisioning, caching mechanisms, and naming conventions for more efficient builds.

Signed-off-by: Samuel K <skevetter@pm.me>
@coderabbitai
Copy link

coderabbitai bot commented Mar 8, 2026

📝 Walkthrough

Walkthrough

GitHub Actions CI/CD workflows updated to use ubuntu-22.04 instead of ubuntu-latest, add per-runner Rust cache keys, update artifact naming conventions (desktop-ubuntu-latest-amd64 → desktop-ubuntu-22.04-amd64), and adjust Linux package dependencies for desktop and Flatpak builds.

Changes

Cohort / File(s) Summary
CI/CD Runner Configuration
.github/workflows/pr-ci.yml, .github/workflows/release.yml
Replace ubuntu-latest with ubuntu-22.04 across job matrices and runs-on directives; add per-runner Rust cache key "desktop-${{ matrix.runner }}" to prevent cache collisions.
Artifact Naming Alignment
.github/workflows/pr-ci.yml, .github/workflows/release.yml
Update artifact download/upload references from desktop-ubuntu-latest-amd64 to desktop-ubuntu-22.04-amd64 to match new runner version.
Linux Package Dependencies
.github/workflows/pr-ci.yml, .github/workflows/release.yml
Revise desktop/Flatpak build dependencies: remove libayatana-appindicator3-dev, libgtk-3-dev; add build-essential, curl, wget, file, libxdo-dev, libssl-dev, librsvg2-dev across multiple prerequisite installation steps.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~12 minutes

Possibly related PRs

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Title check ✅ Passed The title accurately and specifically describes the primary change: downgrading CI runners from ubuntu-latest to ubuntu-22.04 for desktop and CLI builds, which is the main focus of the changeset.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
  • 📝 Generate docstrings (stacked PR)
  • 📝 Generate docstrings (commit on current branch)
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch downgrade-desktop-ubuntu

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Signed-off-by: Samuel K <skevetter@pm.me>
@github-actions github-actions bot added size/s and removed size/xs labels Mar 9, 2026
Signed-off-by: Samuel K <skevetter@pm.me>
Signed-off-by: Samuel K <skevetter@pm.me>
Signed-off-by: Samuel K <skevetter@pm.me>
@skevetter skevetter marked this pull request as ready for review March 9, 2026 17:27
@skevetter skevetter changed the title ci: downgrade desktop and cli runner to ubuntu-22.04 build: downgrade desktop and cli runner to ubuntu-22.04 Mar 10, 2026
@skevetter skevetter merged commit 310f8ed into main Mar 10, 2026
41 checks passed
@skevetter skevetter deleted the downgrade-desktop-ubuntu branch March 10, 2026 21:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant