Skip to content

Commit

Permalink
Update images for release as well
Browse files Browse the repository at this point in the history
  • Loading branch information
Keats committed Jun 20, 2024
1 parent 6f58585 commit 9884343
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9884343

Please sign in to comment.