Update images for release as well

This commit is contained in:
Vincent Prouillet 2024-06-20 23:55:09 +02:00
parent 6f585856b4
commit 98843438c2

View file

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