From a985021286dc6db977d4937e6a52b510ad856d7f Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Wed, 18 May 2022 22:51:20 -0700 Subject: [PATCH] Switch CI from FreeBSD 13.0 to 13.1. (#77852) --- .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 ccb8edc3b04..3c627b2fcdb 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -97,8 +97,8 @@ stages: test: rhel/8.6@3.8 - name: FreeBSD 12.3 test: freebsd/12.3 - - name: FreeBSD 13.0 - test: freebsd/13.0 + - name: FreeBSD 13.1 + test: freebsd/13.1 groups: - 1 - 2