From e6643fd2dd0c7b41cde98f4da4819564595f9edb Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Fri, 21 Jun 2024 21:38:19 +0200 Subject: [PATCH] Replace FreeBSD 14.0 with 14.1; add 14.0 for stable-2.17. (#772) --- .azure-pipelines/azure-pipelines.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index d4bad7a1..6871868d 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -216,8 +216,8 @@ stages: test: macos/14.3 - name: RHEL 9.4 test: rhel/9.4 - - name: FreeBSD 14.0 - test: freebsd/14.0 + - name: FreeBSD 14.1 + test: freebsd/14.1 groups: - 1 - 2 @@ -233,6 +233,8 @@ stages: test: rhel/9.3 - name: FreeBSD 13.3 test: freebsd/13.3 + - name: FreeBSD 14.0 + test: freebsd/14.0 groups: - 1 - 2