From afd08c11f2177d2ebe317ea282755c946fd81934 Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Tue, 5 Jan 2021 16:12:24 +0000 Subject: [PATCH] Maybe Azure secretly supports macOS 11.0? --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b144c2db..db2a56cb 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -10,7 +10,7 @@ jobs: python ./bin/run_tests.py - job: macos_38 - pool: {vmImage: 'macOS-10.15'} + pool: {vmImage: 'macos-11.0'} steps: - task: UsePythonVersion@0 inputs: