From 8fc24be7682f577291a099f2b777b1f77761aa5c Mon Sep 17 00:00:00 2001 From: Alex Zorin Date: Wed, 28 Jun 2023 13:14:47 +1000 Subject: [PATCH] Revert "try bump macOS to 13 to see if it helps augeas" This reverts commit 20e7be8f55e3dc6e3b4237290ee1a17f296b8fa8. --- .azure-pipelines/templates/jobs/standard-tests-jobs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.azure-pipelines/templates/jobs/standard-tests-jobs.yml b/.azure-pipelines/templates/jobs/standard-tests-jobs.yml index 58670ade1..29afa2a98 100644 --- a/.azure-pipelines/templates/jobs/standard-tests-jobs.yml +++ b/.azure-pipelines/templates/jobs/standard-tests-jobs.yml @@ -5,11 +5,11 @@ jobs: strategy: matrix: macos-py37-cover: - IMAGE_NAME: macOS-13 + IMAGE_NAME: macOS-12 PYTHON_VERSION: 3.7 TOXENV: cover macos-cover: - IMAGE_NAME: macOS-13 + IMAGE_NAME: macOS-12 TOXENV: cover windows-py37: IMAGE_NAME: windows-2019