diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 7350a882f..bcd21f813 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -56,15 +56,15 @@ stages: strategy: matrix: windows-stable: - imageName: 'windows-2019' + imageName: 'windows-2022' rustup_toolchain: stable target: 'x86_64-pc-windows-msvc' mac-stable-intel: - imageName: 'macos-11' + imageName: 'macos-13' rustup_toolchain: stable target: 'x86_64-apple-darwin' mac-stable-arm: - imageName: 'macos-11' + imageName: 'macos-13' rustup_toolchain: stable target: 'aarch64-apple-darwin' linux-stable: