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: use variable for default runs-on value [skip deploy] #11

Merged
merged 1 commit into from
Dec 4, 2024

Conversation

rperryng
Copy link
Contributor

@rperryng rperryng commented Dec 3, 2024

Why

The ubuntu-latest label is is moving to Ubuntu 24 starting Dec 5th, 2024.

We are changing repositories to use an org-wide variable currently set to ubuntu-22.04.

  • Ubuntu 22 is an LTS release and should remain supported until 2027.
  • Using an org-wide actions variable makes it easier to mass-migrate repos in the future, while still making it relatively easy to customize per-repo, if necessary, using a repostory-level variable to override the org-wide one.

What Changed

  • Replace usage of ubuntu-latest / ubuntu-22.04 with ${{ vars.DEFAULT_RUNS_ON }} in workflow files

Copy link

github-actions bot commented Dec 3, 2024

Pull reviewers stats

Stats of the last 30 days for odef:

User Total reviews Time to review Total comments

⚡️ Pull request stats

@rperryng rperryng merged commit 8a58f39 into main Dec 4, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant