From 20e7be8f55e3dc6e3b4237290ee1a17f296b8fa8 Mon Sep 17 00:00:00 2001 From: Alex Zorin Date: Tue, 20 Jun 2023 17:10:32 +1000 Subject: [PATCH] try bump macOS to 13 to see if it helps augeas --- .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 29afa2a98..58670ade1 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-12 + IMAGE_NAME: macOS-13 PYTHON_VERSION: 3.7 TOXENV: cover macos-cover: - IMAGE_NAME: macOS-12 + IMAGE_NAME: macOS-13 TOXENV: cover windows-py37: IMAGE_NAME: windows-2019