Skip to content

Commit

Permalink
update azp
Browse files Browse the repository at this point in the history
  • Loading branch information
lganzzzo committed Oct 23, 2021
1 parent e2f97ba commit 9a685d5
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 @@ -4,11 +4,11 @@
# https://aka.ms/yaml

jobs:
- job: ubuntu_16_04
displayName: 'Build - Ubuntu 16.04'
- job: ubuntu_20_04
displayName: 'Build - Ubuntu 20.04'
continueOnError: false
pool:
vmImage: 'Ubuntu 16.04'
vmImage: 'ubuntu-20.04'
workspace:
clean: all
steps:
Expand Down

0 comments on commit 9a685d5

Please sign in to comment.