From 4a2920b0fd7f13dfc372b5d9c0aeb3edbf4867ed Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Tue, 22 Apr 2025 07:36:57 +0200 Subject: [PATCH] Remove FreeBSD 14.0 from CI (#10051) Remove FreeBSD 14.0 from CI. In ansible-core it has been replaced with 14.1, but we're already testing against that. Ref: https://github.com/ansible/ansible/commit/3546111f2d83dd254c928b6b9e273ef1daf1f296 --- .azure-pipelines/azure-pipelines.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 2daffd359f..df768879d1 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -229,8 +229,6 @@ stages: test: freebsd/13.3 - name: RHEL 9.3 test: rhel/9.3 - - name: FreeBSD 14.0 - test: freebsd/14.0 groups: - 1 - 2