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

Use Ubuntu 22.04 in build workflow #380

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

JohnathonMohr
Copy link
Contributor

Description

GitHub started rolling out Ubuntu 24.04 over the last month, which our workflow picked up automatically by specifying ubuntu-latest as the Linux image name.

There is a breaking change between 22.04 (used previously) and 24.04 in which the mono software package is no longer installed on the image. (The note in the table at the link says software not available. dotnet still runs and builds without issue, so I don't quite fully understand the extent of it, but nuget commands aren't working without mono.)

This change pins Ubuntu to 22.04 while mono is missing from 24.04.


This checklist is used to make sure that common guidelines for a pull request are followed.

General Guidelines

  • Title of the pull request is clear and informative.
  • Description of the pull request is clear and informative.
  • I have added myself to the 'assignees'.
  • I have added 'linked issues' if relevant.

Testing Guidelines

  • Pull request includes test coverage for the included changes.

@JohnathonMohr JohnathonMohr self-assigned this Jan 8, 2025
@JohnathonMohr JohnathonMohr requested a review from a team as a code owner January 8, 2025 19:59
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