From 701f8852ec807857d9b6f826996dd526b9804330 Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Wed, 8 Mar 2023 08:13:42 +0100 Subject: [PATCH] =?UTF-8?q?Revert=20"=F0=9F=A7=AA=20Switch=20macOS=2013.2?= =?UTF-8?q?=20to=2012.0=20in=20CI=20(#80145)"=20(#80156)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 326e70c02a2563e13a68565c31ce42477ef4874f. --- .azure-pipelines/azure-pipelines.yml | 8 ++++---- test/integration/targets/lookup_url/aliases | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 1278b833143..fc68e9864b5 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -87,8 +87,8 @@ stages: - template: templates/matrix.yml # context/target parameters: targets: - - name: macOS 12.0 - test: macos/12.0 + - name: macOS 13.2 + test: macos/13.2 - name: RHEL 7.9 test: rhel/7.9 - name: RHEL 8.7 py36 @@ -107,8 +107,8 @@ stages: - template: templates/matrix.yml # context/controller parameters: targets: - - name: macOS 12.0 - test: macos/12.0 + - name: macOS 13.2 + test: macos/13.2 - name: RHEL 8.7 test: rhel/8.7 - name: RHEL 9.1 diff --git a/test/integration/targets/lookup_url/aliases b/test/integration/targets/lookup_url/aliases index 78035544ae5..df50c1ae8a8 100644 --- a/test/integration/targets/lookup_url/aliases +++ b/test/integration/targets/lookup_url/aliases @@ -1,7 +1,7 @@ destructive shippable/posix/group3 needs/httptester -skip/macos/12.0 # This test crashes Python due to https://wefearchange.org/2018/11/forkmacos.rst.html +skip/macos/13.2 # This test crashes Python due to https://wefearchange.org/2018/11/forkmacos.rst.html # Example failure: # # TASK [lookup_url : Test that retrieving a url works] ***************************