Try to update images on azure pipelines

This commit is contained in:
Vincent Prouillet 2024-06-19 22:46:45 +02:00 committed by Vincent Prouillet
parent c054ed1b10
commit 0bb37c43f6

View File

@ -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'