Skip to content

chore: migrate GitHub Actions workflows to ubuntu-slim runners#67

Merged
nicolasleger merged 2 commits intomainfrom
copilot/update-github-actions-runners
Oct 29, 2025
Merged

chore: migrate GitHub Actions workflows to ubuntu-slim runners#67
nicolasleger merged 2 commits intomainfrom
copilot/update-github-actions-runners

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Oct 29, 2025

Replace ubuntu-latest with ubuntu-slim across all workflow files to reduce runner startup time and resource consumption.

Changes

  • Updated runs-on field in 7 workflow files:
    • auto-assign-pr.yml
    • github-projects.yml
    • publish.yml
    • release-please.yml
    • rubocop-analysis.yml
    • ruby.yml
    • semantic-pr.yml

Each change is a single-line modification from runs-on: ubuntu-latest to runs-on: ubuntu-slim.

Original prompt

This section details on the original issue you should resolve

<issue_title>chore: use ubuntu-slim for GitHub Actions runners</issue_title>
<issue_description>Replace ubuntu-latest with ubuntu-slim across all GitHub Actions workflows to reduce runner startup time and resource consumption.</issue_description>

Comments on the Issue (you are @copilot in this section)


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

@nicolasleger nicolasleger marked this pull request as ready for review October 29, 2025 12:18
Co-authored-by: nicolasleger <570901+nicolasleger@users.noreply.github.com>
@nicolasleger nicolasleger self-requested a review October 29, 2025 12:20
@nicolasleger nicolasleger changed the title [WIP] Update GitHub Actions to use ubuntu-slim chore: migrate GitHub Actions workflows to ubuntu-slim runners Oct 29, 2025
Copilot AI requested a review from nicolasleger October 29, 2025 12:22
@nicolasleger nicolasleger merged commit 9b01859 into main Oct 29, 2025
12 of 15 checks passed
@nicolasleger nicolasleger deleted the copilot/update-github-actions-runners branch October 29, 2025 12:22
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: use ubuntu-slim for GitHub Actions runners

2 participants