From: Dave Miller Date: Tue, 23 Sep 2025 05:08:01 +0000 (-0400) Subject: Bug 1963965: Update test runner to Ubuntu 24.04 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2e6b39535ecc3fbbdb56190ae9046af9bd22852d;p=thirdparty%2Fbugzilla.git Bug 1963965: Update test runner to Ubuntu 24.04 --- diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6d7ea079bd..d446d25093 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