Update images for release as well
This commit is contained in:
parent
6f585856b4
commit
98843438c2
|
@ -56,15 +56,15 @@ stages:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
windows-stable:
|
windows-stable:
|
||||||
imageName: 'windows-2019'
|
imageName: 'windows-2022'
|
||||||
rustup_toolchain: stable
|
rustup_toolchain: stable
|
||||||
target: 'x86_64-pc-windows-msvc'
|
target: 'x86_64-pc-windows-msvc'
|
||||||
mac-stable-intel:
|
mac-stable-intel:
|
||||||
imageName: 'macos-11'
|
imageName: 'macos-13'
|
||||||
rustup_toolchain: stable
|
rustup_toolchain: stable
|
||||||
target: 'x86_64-apple-darwin'
|
target: 'x86_64-apple-darwin'
|
||||||
mac-stable-arm:
|
mac-stable-arm:
|
||||||
imageName: 'macos-11'
|
imageName: 'macos-13'
|
||||||
rustup_toolchain: stable
|
rustup_toolchain: stable
|
||||||
target: 'aarch64-apple-darwin'
|
target: 'aarch64-apple-darwin'
|
||||||
linux-stable:
|
linux-stable:
|
||||||
|
|
Loading…
Reference in New Issue