Skip to content

chore: update runner for release workflow. #35

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

Merged
merged 2 commits into from
Apr 30, 2025
Merged

chore: update runner for release workflow. #35

merged 2 commits into from
Apr 30, 2025

Conversation

markawm
Copy link
Contributor

@markawm markawm commented Apr 29, 2025

No description provided.

@markawm markawm requested review from a team and Copilot April 29, 2025 13:01
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the runner configuration for the release workflow to use a more current runner by switching from ubuntu-20.04 to ubuntu-latest.

  • Updates the runner version in the release workflow file

@@ -12,7 +12,7 @@ jobs:
pull-requests: write
id-token: write

runs-on: ubuntu-20.04
runs-on: ubuntu-latest
Copy link
Preview

Copilot AI Apr 29, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Switching to 'ubuntu-latest' may lead to inconsistent workflow behavior over time as the runner version evolves. If predictable builds are required, consider using a fixed runner version.

Suggested change
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

Copilot uses AI. Check for mistakes.

@markawm markawm merged commit d527aaa into main Apr 30, 2025
4 checks passed
@markawm markawm deleted the update-runner branch May 2, 2025 08:47
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