From 71584d86531734be4901600aa86e613d87bd351e Mon Sep 17 00:00:00 2001 From: Oscar Gustafsson Date: Sun, 15 Jan 2023 23:09:03 +0100 Subject: [PATCH] Unbreak Azure CI --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index bef44758e972..193128561298 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -53,7 +53,7 @@ stages: macOS_py310: vmImage: 'macOS-latest' python.version: '3.10' - macOS_py310: + macOS_py311: vmImage: 'macOS-latest' python.version: '3.11' Windows_py39: