From 4299886770979cfb98c7417a6094c36a3ab19c00 Mon Sep 17 00:00:00 2001 From: Dave Miller Date: Wed, 18 Feb 2026 22:07:27 -0500 Subject: [PATCH] Bug 1963965: Update test runner to Ubuntu 24.04 (#208) --- .github/workflows/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6d7ea079bd..9fac4bcbee 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 \ -- 2.47.3