From 0bb37c43f66e9617ec7383d51c177dff9d968e4e Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Wed, 19 Jun 2024 22:46:45 +0200 Subject: [PATCH] Try to update images on azure pipelines --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6640b79ad..7350a882f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -11,10 +11,10 @@ stages: strategy: matrix: windows-stable: - imageName: 'windows-2019' + imageName: 'windows-2022' rustup_toolchain: stable mac-stable: - imageName: 'macos-11' + imageName: 'macos-13' rustup_toolchain: stable linux-stable: imageName: 'ubuntu-20.04'