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

Add support for Ubuntu 24.04 #244

Merged
merged 3 commits into from
Jul 22, 2024
Merged

Add support for Ubuntu 24.04 #244

merged 3 commits into from
Jul 22, 2024

Commits on Jul 3, 2024

  1. Don't install pip in Debian workflows

    We don't need pip since commit b59bfae.
    javierm committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    de78986 View commit details
    Browse the repository at this point in the history
  2. Install Ansible with apt in Ubuntu workflows

    We were having problems with the python-setup action when trying to use
    Ubuntu 24.04 because it uses Python 3.12 instead of Python 3.8 and
    because the way to install ansible with pip has changed over the years.
    
    So we're now installing ansible with apt, just like we do in Debian
    workflows. This will also install the python3 package if it isn't
    already installed.
    javierm committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    8e898db View commit details
    Browse the repository at this point in the history
  3. Add support for Ubuntu 24.04

    javierm committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    0504d3b View commit details
    Browse the repository at this point in the history