From 5b75d406cd7329720c37415468f58a64585d650d Mon Sep 17 00:00:00 2001 From: mrava87 Date: Sat, 27 Dec 2025 22:23:19 +0000 Subject: [PATCH] ci: fix OSX Azure pipeline --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index dbd03fe..34f2232 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -46,7 +46,7 @@ jobs: displayName: 'Mac' pool: - vmImage: 'macOS-latest' + vmImage: 'macOS-15-arm64' variables: NUMBA_NUM_THREADS: 1 @@ -55,7 +55,7 @@ jobs: - task: UsePythonVersion@0 inputs: versionSpec: '3.11' - architecture: 'x64' + architecture: 'arm64' - script: | python -m pip install --upgrade pip setuptools wheel django