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

WIP: CI(linux): switch LTS versions #42

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

WIP: CI(linux): switch LTS versions #42

wants to merge 2 commits into from

Commits on Jun 19, 2024

  1. CI(linux): switch LTS versions

    The 'old' is now 22.04 instead of 20.04, and 'new' is 24.04.
    
    Some other changes that had to be done as a result of the
    above change:
    * Add DEBIAN_FRONTEND=noninteractive to an apt installation
    to avoid a hang.
    * Remove mono checks before installing mono (because new
    github linux images for new LTS 24.04 don't have mono installed
    by default anymore).
    knocte committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    9f11873 View commit details
    Browse the repository at this point in the history
  2. WIP net8 unit tests

    knocte committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    9f5ee10 View commit details
    Browse the repository at this point in the history