From 7e66fea502f24f86cc9b37e34f521349333732f1 Mon Sep 17 00:00:00 2001 From: Matthieu Darbois Date: Thu, 28 Nov 2024 07:52:14 +0100 Subject: [PATCH] ci/doc: move azure macOS build to `macOS-13` (#2101) The macOS-12 environment is deprecated. --- azure-pipelines.yml | 2 +- examples/azure-pipelines-minimal.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index fa720d84a..6541244ca 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -19,7 +19,7 @@ jobs: python ./bin/run_tests.py - job: macos_38 - pool: {vmImage: 'macOS-12'} + pool: {vmImage: 'macOS-13'} steps: - task: UsePythonVersion@0 inputs: diff --git a/examples/azure-pipelines-minimal.yml b/examples/azure-pipelines-minimal.yml index dfe3ec1ef..11476c562 100644 --- a/examples/azure-pipelines-minimal.yml +++ b/examples/azure-pipelines-minimal.yml @@ -14,7 +14,7 @@ jobs: inputs: {pathtoPublish: 'wheelhouse'} - job: macos - pool: {vmImage: 'macOS-12'} + pool: {vmImage: 'macOS-13'} steps: - task: UsePythonVersion@0 - bash: |