From e64d124e18a44f52221d8a860f98ce773b053764 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sun, 22 Oct 2023 19:30:20 +0200 Subject: [PATCH] [stable-7] CI: remove macOS 12.0 from CI (#7420) CI: remove macOS 12.0 from CI (#7419) macOS in CI seems to be very unreliable or even totally dead. (cherry picked from commit 932b657ab8d955b653b8c28e56dc3c42481dd91f) --- .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 071d5b81d1..440bd8ac5f 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -246,8 +246,8 @@ stages: targets: - name: RHEL 9.0 test: rhel/9.0 - - name: macOS 12.0 - test: macos/12.0 + #- name: macOS 12.0 + # test: macos/12.0 #- name: FreeBSD 12.4 # test: freebsd/12.4 groups: