From f7bc3aa77cff90775c7420bdd8a52a0cfab5aeca Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sun, 5 Jun 2022 23:11:29 +0200 Subject: [PATCH] Disable broken CI platforms. (#469) --- .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 306ea195..e5988314 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -260,8 +260,8 @@ stages: parameters: testFormat: 2.12/{0}/1 targets: - - name: macOS 11.1 - test: macos/11.1 + # - name: macOS 11.1 + # test: macos/11.1 - name: RHEL 8.4 test: rhel/8.4 - stage: Remote_2_11 @@ -286,8 +286,8 @@ stages: targets: - name: OS X 10.11 test: osx/10.11 - - name: macOS 10.15 - test: macos/10.15 + # - name: macOS 10.15 + # test: macos/10.15 - stage: Remote_2_9 displayName: Remote 2.9 dependsOn: []