Skip to content

Commit

Permalink
Merge pull request #104 from AArnott/updateUbuntu
Browse files Browse the repository at this point in the history
Update Ubuntu agent on AzP to 20.04
  • Loading branch information
AArnott authored Jun 28, 2021
2 parents 68f4b7f + e7fab6d commit 4dbf55a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- job: Linux
pool:
vmImage: Ubuntu 18.04
vmImage: Ubuntu 20.04
steps:
- checkout: self
clean: true
Expand All @@ -43,7 +43,7 @@ jobs:
- Linux
- macOS
pool:
vmImage: Ubuntu 18.04
vmImage: Ubuntu 20.04
condition: succeededOrFailed()
steps:
- checkout: self
Expand Down

0 comments on commit 4dbf55a

Please sign in to comment.