Skip to content

Commit

Permalink
Update build images
Browse files Browse the repository at this point in the history
  • Loading branch information
Jens Getreu committed Apr 27, 2023
1 parent c60ff77 commit 273452b
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,17 @@ stages:
strategy:
matrix:
windows-stable:
imageName: 'windows-2019'
imageName: 'windows-latest'
rustup_toolchain: stable
target: 'x86_64-pc-windows-msvc'
mac-stable:
imageName: 'macOS-11'
imageName: 'macOS-latest'
rustup_toolchain: stable
target: 'x86_64-apple-darwin'
linux-stable:
imageName: 'ubuntu-20.04'
imageName: 'ubuntu-latest'
rustup_toolchain: stable
target: 'x86_64-unknown-linux-gnu'
pool:
vmImage: $(imageName)
steps:
Expand Down Expand Up @@ -51,15 +54,15 @@ stages:
strategy:
matrix:
windows-stable:
imageName: 'windows-2019'
imageName: 'windows-latest'
rustup_toolchain: stable
target: 'x86_64-pc-windows-msvc'
mac-stable:
imageName: 'macOS-10.15'
imageName: 'macOS-latest'
rustup_toolchain: stable
target: 'x86_64-apple-darwin'
linux-stable:
imageName: 'ubuntu-18.04'
imageName: 'ubuntu-latest'
rustup_toolchain: stable
target: 'x86_64-unknown-linux-gnu'
pool:
Expand Down

0 comments on commit 273452b

Please sign in to comment.