From e7bac5a795d282a4837c1c6ab8baba8a21ef19b2 Mon Sep 17 00:00:00 2001 From: ijl Date: Sun, 3 Jul 2022 15:22:19 +0000 Subject: [PATCH] macOS CI uses 10.15 instead of 12 --- ci/azure-pipelines.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ci/azure-pipelines.yml b/ci/azure-pipelines.yml index 227572d6..b092747f 100644 --- a/ci/azure-pipelines.yml +++ b/ci/azure-pipelines.yml @@ -30,7 +30,7 @@ jobs: - job: macos_python310_amd64 pool: - vmImage: macOS-12 + vmImage: macOS-10.15 variables: interpreter: python3.10 steps: @@ -43,7 +43,7 @@ jobs: - job: macos_python39_amd64 pool: - vmImage: macOS-12 + vmImage: macOS-10.15 variables: interpreter: python3.9 steps: @@ -56,7 +56,7 @@ jobs: - job: macos_python38_amd64 pool: - vmImage: macOS-12 + vmImage: macOS-10.15 variables: interpreter: python3.8 steps: @@ -69,7 +69,7 @@ jobs: - job: macos_python37_amd64 pool: - vmImage: macOS-12 + vmImage: macOS-10.15 variables: interpreter: python3.7 steps: