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

Change version of ubuntu used by main.yml workflow #678

Merged
merged 2 commits into from
Aug 10, 2022

Conversation

jattasNI
Copy link
Contributor

Pull Request

🤨 Rationale

I noticed a warning in a build result that said the version of ubuntu used by our pipeline is being deprecated in the coming months.

The ubuntu-18.04 environment is deprecated, consider switching to ubuntu-20.04(ubuntu-latest), or ubuntu-22.04 instead. For more details see actions/runner-images#6002

👩‍💻 Implementation

Switched to ubuntu-22.04 which is the latest fixed version recommended by GitHub.

I considered using ubuntu-latest but thought it's better for build reproducibility to have a fixed version.

🧪 Testing

Relying on pipeline.

✅ Checklist

  • I have updated the project documentation to reflect my changes or determined no changes are needed.

@rajsite rajsite merged commit 2fcc5c0 into main Aug 10, 2022
@rajsite rajsite deleted the ubuntu-pipeline-warning branch August 10, 2022 22:09
rajsite added a commit that referenced this pull request Aug 10, 2022
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