]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
rec 5.1.x: daily build for el-7 instead of centos-7 14442/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 9 Jul 2024 08:16:14 +0000 (10:16 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 9 Jul 2024 08:16:14 +0000 (10:16 +0200)
.github/workflows/builder.yml

index 6853d1d25061cc058f74dbb363f76d7e88a288fd..73b0517a0d6e443cd7e01fd02da6b8b8906f69a0 100644 (file)
@@ -24,7 +24,7 @@ jobs:
       matrix:
         product: ['recursor']
         os:
-          - centos-7
+          - el-7
           - el-8
           - centos-9-stream
           - ubuntu-lunar
@@ -37,7 +37,7 @@ jobs:
           - ubuntu-22.04
           - ubicloud-standard-2-arm
         exclude:
-          - os: centos-7
+          - os: el-7
             runner-os: ubicloud-standard-2-arm
       fail-fast: false
     steps: