From d13d1868b6864aa80b8b03e80a6f7d4ee837e958 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Mon, 8 Jul 2024 22:44:14 +0200 Subject: [PATCH] Remove EOL'ed FreeBSD 13.2 from CI. (#781) Apparently the packages are no longer available. --- .azure-pipelines/azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 6871868d..a1b784c2 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -252,8 +252,8 @@ stages: test: rhel/9.2 - name: RHEL 8.8 test: rhel/8.8 - - name: FreeBSD 13.2 - test: freebsd/13.2 + # - name: FreeBSD 13.2 + # test: freebsd/13.2 groups: - 1 - 2