From 3faffe8f47968a2400ba3c896c8901c03001a194 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Thu, 13 Jan 2022 08:43:36 +0100 Subject: [PATCH] Update CI matrix for Remote Devel. (#4033) --- .azure-pipelines/azure-pipelines.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 71e2d938db..30af200166 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -206,14 +206,14 @@ stages: parameters: testFormat: devel/{0} targets: - - name: macOS 11.1 - test: macos/11.1 + - name: macOS 12.0 + test: macos/12.0 - name: RHEL 7.9 test: rhel/7.9 - name: RHEL 8.5 test: rhel/8.5 - - name: FreeBSD 12.2 - test: freebsd/12.2 + - name: FreeBSD 12.3 + test: freebsd/12.3 - name: FreeBSD 13.0 test: freebsd/13.0 groups: