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

(build) Update GHA to pin ubuntu version #3608

Merged
merged 1 commit into from
Jan 23, 2025
Merged

Conversation

corbob
Copy link
Member

@corbob corbob commented Jan 23, 2025

Description Of Changes

Update GitHub Actions to use ubuntu-22.04 so they have access to mono

Motivation and Context

mono is not available on ubuntu-latest and this is causing our GitHub Actions to fail.

Testing

This PR should have all of the GitHub Actions pass.

Operating Systems Testing

N/A

Change Types Made

  • Bug fix (non-breaking change).
  • Feature / Enhancement (non-breaking change).
  • Breaking change (fix or feature that could cause existing functionality to change).
  • Documentation changes.
  • PowerShell code changes.
  • Build Automation

Change Checklist

  • Requires a change to the documentation.
  • Documentation has been updated.
  • Tests to cover my changes, have been added.
  • All new and existing tests passed?
  • PowerShell code changes: PowerShell v3 compatibility checked?

Related Issue

Copy link
Member

@gep13 gep13 left a comment

Choose a reason for hiding this comment

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

LGTM!

@gep13
Copy link
Member

gep13 commented Jan 23, 2025

@corbob thanks for getting this fixed up!

@gep13 gep13 merged commit c2636fb into chocolatey:develop Jan 23, 2025
5 checks passed
AdmiringWorm pushed a commit that referenced this pull request Feb 6, 2025
(build) Update GHA to pin ubuntu version

(cherry picked from commit c2636fb)
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.

GitHub Actions on ubuntu fail due to missing mono
2 participants