From: Dave Miller Date: Thu, 25 Sep 2025 23:21:26 +0000 (-0400) Subject: Bug 1963965: Update test runner to Ubuntu 24.04 (#209) X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=03cb33b15d2834a5f8714a2f42f5b282ec4c0bbe;p=thirdparty%2Fbugzilla.git Bug 1963965: Update test runner to Ubuntu 24.04 (#209) --- diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c9198c50e6..6235232b06 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,8 +15,8 @@ on: # 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 @@ -26,8 +26,8 @@ jobs: 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 \