From 230b8cb5225e8c1e1419525161b1b56a8058d930 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Tue, 2 Jul 2024 13:17:16 +0200 Subject: [PATCH] daily package build: use el-7 target instead of centos-7 --- .github/workflows/builder.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index b17c8ed31f..e2c3cd9ec9 100644 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@ -24,7 +24,7 @@ jobs: matrix: product: ['authoritative', 'recursor', 'dnsdist'] os: - - centos-7 + - el-7 - el-8 - centos-9-stream - ubuntu-lunar -- 2.47.2