Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: Pin Actions runners' OS versions #2353

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

szokeasaurusrex
Copy link
Member

@szokeasaurusrex szokeasaurusrex commented Jan 21, 2025

Several of our GitHub Actions runners are running on ubuntu-latest, windows-latest, and macos-latest, making the actions vulnerable to breakage when these images are updated. Therefore, we should pin to specific versions of these images.

Pinning to ubuntu-24.04, windows-2022, and macos-14 because these are currently equivalent to ubuntu-latest, windows-latest, and macos-latest, respectively.

@szokeasaurusrex szokeasaurusrex enabled auto-merge (squash) January 21, 2025 15:24
Several of our GitHub Actions runners are running on `ubuntu-latest`, `windows-latest`, and `macos-latest`, making the actions vulnerable to breakage when these images are updated. Therefore, we should pin to specific versions of these images.

Pinning to `ubuntu-24.04`, `windows-2022`, and `macos-14` because these are currently equivalent to `ubuntu-latest`, `windows-latest`, and `macos-latest`, respectively.
@szokeasaurusrex szokeasaurusrex force-pushed the szokeasaurusrex/pin-ubuntu-24.04 branch from 6ee82e9 to 4b1926d Compare January 22, 2025 10:06
@szokeasaurusrex szokeasaurusrex changed the title ci: Pin ubuntu-24.04 for Actions runners ci: Pin Actions runners' OS versions Jan 22, 2025
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.

2 participants