]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist-1.9.x: Switch ubuntu-20.04 workflows to 24.04
authorRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 28 Apr 2025 12:34:49 +0000 (14:34 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 28 Apr 2025 12:34:49 +0000 (14:34 +0200)
.github/workflows/formatting.yml
.github/workflows/fuzz.yml

index cedeef12696860e115cdc12db60b7e08fb22c383..c500a5db09603399591c5626d518839897833bb4 100644 (file)
@@ -11,8 +11,8 @@ permissions: # least privileges, see https://docs.github.com/en/actions/using-wo
 jobs:
   build:
     name: verify formatting and Makefile.am sort order
-    # on a ubuntu-20.04 VM
-    runs-on: ubuntu-20.04
+    # on a ubuntu-24.04 VM
+    runs-on: ubuntu-24.04
     steps:
       - uses: actions/checkout@v4
         with:
index afcf8898abbb2430efbc992b6b4e840b4fa36321..182013c75ca6b2a33b38c0fca8166cc21519db59 100644 (file)
@@ -6,7 +6,7 @@ permissions: # least privileges, see https://docs.github.com/en/actions/using-wo
 
 jobs:
   Fuzzing:
-    runs-on: ubuntu-20.04
+    runs-on: ubuntu-24.04
     steps:
     - uses: actions/checkout@v4
       with: