From 201920d161fb68dc83de8d37e5b832092b135c42 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Thu, 22 Apr 2021 07:08:11 +0200 Subject: [PATCH] Replace FreeBSD 11.4 with 13.0 for devel testing. (#218) --- .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 0805d9fd..d8f4530f 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -205,10 +205,10 @@ stages: test: rhel/7.9 - name: RHEL 8.3 test: rhel/8.3 - - name: FreeBSD 11.4 - test: freebsd/11.4 - name: FreeBSD 12.2 test: freebsd/12.2 + - name: FreeBSD 13.0 + test: freebsd/13.0 - stage: Remote_2_11 displayName: Remote 2.11 dependsOn: []