Skip to content

Commit

Permalink
Migrate Azure Pipelines configuration to ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Boddlnagg committed Aug 28, 2021
1 parent e1064da commit 85eaa46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
- template: azure-pipelines-template.yml
parameters:
name: Linux
vmImage: ubuntu-16.04
vmImage: ubuntu-latest
target: x86_64-unknown-linux-gnu
- template: azure-pipelines-template.yml
parameters:
Expand All @@ -22,5 +22,5 @@ jobs:
- template: azure-pipelines-template.yml
parameters:
name: Linux_WASM
vmImage: ubuntu-16.04
vmImage: ubuntu-latest
target: x86_64-unknown-linux-gnu

0 comments on commit 85eaa46

Please sign in to comment.