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

Merged
merged 1 commit into from
Feb 13, 2025

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
@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
@szokeasaurusrex szokeasaurusrex force-pushed the szokeasaurusrex/pin-ubuntu-24.04 branch from 4b1926d to fcac115 Compare February 13, 2025 09:54
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 fcac115 to e3a32c6 Compare February 13, 2025 09:56
@szokeasaurusrex szokeasaurusrex merged commit 884d64c into master Feb 13, 2025
14 checks passed
@szokeasaurusrex szokeasaurusrex deleted the szokeasaurusrex/pin-ubuntu-24.04 branch February 13, 2025 15:42
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.

None yet

2 participants