# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
ubuntu:
- name: Release Tests on Ubuntu 20.04
- runs-on: ubuntu-20.04
+ name: Release Tests on Ubuntu 24.04
+ runs-on: ubuntu-24.04
steps:
- name: Checkout the repository
uses: actions/checkout@v4
sudo apt-get -y dist-upgrade
sudo apt-get install --ignore-hold --allow-downgrades -y \
apache2 \
- mariadb-client-10.3 \
- netcat \
+ mariadb-client \
+ netcat-traditional \
libappconfig-perl \
libdate-calc-perl \
libtemplate-perl \