ci: Pin GitHub Actions runners to versioned OS labels#1263
Open
szokeasaurusrex wants to merge 1 commit into
Open
ci: Pin GitHub Actions runners to versioned OS labels#1263szokeasaurusrex wants to merge 1 commit into
szokeasaurusrex wants to merge 1 commit into
Conversation
Floating `-latest` labels can silently change OS versions and break CI. Pin to the current GA equivalents from actions/runner-images: `ubuntu-24.04`, `macos-15`, and `windows-2025`. Closes [#936](#936) Closes [RUST-125](https://linear.app/getsentry/issue/RUST-125/pin-github-runners) Co-authored-by: Daniel Szoke <szokeasaurusrex@users.noreply.github.com>
cursor
Bot
force-pushed
the
cursor/pin-github-runners-bf75
branch
from
July 24, 2026 15:35
5caced3 to
7b07460
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Pin GitHub-hosted runners away from floating
-latestlabels so CI does not silently move to a new OS when GitHub updates those aliases.Pinned to the current GA equivalents from actions/runner-images:
ubuntu-latest→ubuntu-24.04macos-latest→macos-15windows-latest→windows-2025validate-pr.ymlwas already onubuntu-24.04.Issues