Skip to content

chore: pin all workflows to ubuntu-26.04 instead of ubuntu-latest#65

Open
HosurSharanamma wants to merge 1 commit into
eclipse-opensovd:mainfrom
HosurSharanamma:chore/pin-ubuntu-26-04
Open

chore: pin all workflows to ubuntu-26.04 instead of ubuntu-latest#65
HosurSharanamma wants to merge 1 commit into
eclipse-opensovd:mainfrom
HosurSharanamma:chore/pin-ubuntu-26-04

Conversation

@HosurSharanamma

@HosurSharanamma HosurSharanamma commented Jun 16, 2026

Copy link
Copy Markdown
Contributor

Closes #55

Signed-off-by: Sharanamma Hosur h.sharanamma@gmail.com>

Summary

Checklist

  • I have tested my changes locally
  • I have added or updated documentation
  • I have linked related issues or discussions
  • I have added or updated tests

Related

Notes for Reviewers

@HosurSharanamma HosurSharanamma force-pushed the chore/pin-ubuntu-26-04 branch 3 times, most recently from d2cb665 to 21dcf12 Compare June 16, 2026 11:35
Comment thread .pre-commit-config.yaml Outdated

@alexmohr alexmohr left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

all files are reformated? please only change the ubuntu version. Every file you touched has whitespace changes.

@HosurSharanamma HosurSharanamma force-pushed the chore/pin-ubuntu-26-04 branch from dce28ba to 36d8f95 Compare June 16, 2026 20:51
@alexmohr

Copy link
Copy Markdown
Contributor

Thank you. There are still a few 24.04 left :)

➜ grep 24.04 * -R      
workflows/coverage.yml:    runs-on: ubuntu-24.04
workflows/build-and-test.yml:    runs-on: ubuntu-24.04
workflows/build-and-test.yml:    runs-on: ubuntu-24.04
workflows/checks.yml:    runs-on: ubuntu-24.04
workflows/tauri-release.yml:      build-ubuntu-24-04:
workflows/tauri-release.yml:        description: "Include the Linux (ubuntu-24.04) build (default: true)"
workflows/tauri-release.yml:  build-ubuntu-24-04:
workflows/tauri-release.yml:    if: inputs.build-ubuntu-24-04 != false
workflows/tauri-release.yml:            if (!deb) { core.setFailed('ubuntu-24.04 .deb asset not found'); return; }
workflows/tauri-release.yml:      - build-ubuntu-24-04
workflows/tauri-release.yml:              // Linux .deb for ubuntu-24.04
workflows/post-pr-comments.yml:    runs-on: ubuntu-24.04
workflows/miri.yml:    runs-on: ubuntu-24.04


➜ git log -1     
commit 36d8f95f71425960998297f71e11a0eae8ade508 (HEAD -> chore/pin-ubuntu-26-04, hosur/chore/pin-ubuntu-26-04)

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.

chore: pin all workflows to specific ubuntu version instead of ubuntu-latest

2 participants