From a98801903df4a9a3af65ad917e96fc4f3e3437a6 Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Thu, 7 Nov 2024 13:19:26 -0800 Subject: ansible-test - Replace FreeBSD 13.3 with 13.4 (#84236) * ansible-test - Replace FreeBSD 13.3 with 13.4 * ansible-test - Fix typos in bootstrap.sh * Skip libfaketime on FreeBSD except FreeBSD 14 --- .azure-pipelines/azure-pipelines.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.azure-pipelines') diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index d2078a43cf..d339b43a4f 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -90,8 +90,8 @@ stages: test: rhel/9.4@3.9 - name: RHEL 9.4 py312 test: rhel/9.4@3.12 - - name: FreeBSD 13.3 - test: freebsd/13.3 + - name: FreeBSD 13.4 + test: freebsd/13.4 - name: FreeBSD 14.1 test: freebsd/14.1 groups: @@ -104,8 +104,8 @@ stages: test: macos/14.3 - name: RHEL 9.4 test: rhel/9.4 - - name: FreeBSD 13.3 - test: freebsd/13.3 + - name: FreeBSD 13.4 + test: freebsd/13.4 - name: FreeBSD 14.1 test: freebsd/14.1 groups: -- cgit v1.2.3