From ab1bc5df9f947f78d2a0dc608218967148af0486 Mon Sep 17 00:00:00 2001 From: Don Naro Date: Wed, 24 May 2023 19:41:58 +0100 Subject: [PATCH] remove FreeBSD 12.2 targets --- .azure-pipelines/azure-pipelines.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 7b352f5..85fb8e5 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -293,8 +293,6 @@ stages: test: rhel/7.9 - name: RHEL 8.4 test: rhel/8.4 - - name: FreeBSD 12.2 - test: freebsd/12.2 - name: FreeBSD 13.0 test: freebsd/13.0 - stage: Remote_2_11 @@ -311,8 +309,6 @@ stages: test: rhel/7.9 - name: RHEL 8.3 test: rhel/8.3 - - name: FreeBSD 12.2 - test: freebsd/12.2 - stage: Remote_2_10 displayName: Remote 2.10 dependsOn: []