]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1963965: Update test runner to Ubuntu 24.04
authorDave Miller <justdave@bugzilla.org>
Tue, 23 Sep 2025 05:08:01 +0000 (01:08 -0400)
committerDave Miller <justdave@bugzilla.org>
Tue, 23 Sep 2025 05:08:01 +0000 (01:08 -0400)
.github/workflows/release.yml

index 6d7ea079bda1059bc5efdde530f25156bd3a7109..d446d250939dac6beecc5255f3a4d2a021dee3a2 100644 (file)
@@ -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