From dbff2a69e270e82d2777cceb24aac5e61ec9c10d Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Tue, 22 Apr 2025 19:02:36 +0200 Subject: [PATCH] Remove FreeBSD 14.0 from CI. (#863) 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 ab564a94..c460c236 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -250,8 +250,6 @@ stages: test: rhel/9.3 - name: FreeBSD 13.3 test: freebsd/13.3 - - name: FreeBSD 14.0 - test: freebsd/14.0 groups: - 1 - 2