summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Rouvreau <10407034+VincentRouvreau@users.noreply.github.com>2022-05-09 22:08:23 +0200
committerGitHub <noreply@github.com>2022-05-09 22:08:23 +0200
commitb54540951b997b0e773d88b300772f36d35cde03 (patch)
treec59f077abde1a9327837e72cd2cbc2f96d8eaf1f
parent5857c571388a4349934a266ca187b2c2ac10818c (diff)
parent5e9811c4d79436f18868a2f2128ef5d0310e66ce (diff)
Merge pull request #602 from VincentRouvreau/osx_latest_for_azure
Use macos-latest for azure
-rw-r--r--azure-pipelines.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index a39f6d5c..31264c37 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -5,7 +5,7 @@ jobs:
timeoutInMinutes: 0
cancelTimeoutInMinutes: 60
pool:
- vmImage: macOS-10.15
+ vmImage: macOS-latest
variables:
pythonVersion: '3.7'
cmakeBuildType: Release