We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f58585 commit 9884343Copy full SHA for 9884343
azure-pipelines.yml
@@ -56,15 +56,15 @@ stages:
56
strategy:
57
matrix:
58
windows-stable:
59
- imageName: 'windows-2019'
+ imageName: 'windows-2022'
60
rustup_toolchain: stable
61
target: 'x86_64-pc-windows-msvc'
62
mac-stable-intel:
63
- imageName: 'macos-11'
+ imageName: 'macos-13'
64
65
target: 'x86_64-apple-darwin'
66
mac-stable-arm:
67
68
69
target: 'aarch64-apple-darwin'
70
linux-stable:
0 commit comments