Skip to content

Commit

Permalink
Merge pull request #416 from AArnott/agentUpdate
Browse files Browse the repository at this point in the history
Switch to ubuntu 18.04 on AzP
  • Loading branch information
AArnott authored Nov 2, 2021
2 parents 947d126 + 75f6851 commit 9f81d63
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 @@ -20,7 +20,7 @@ jobs:

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

0 comments on commit 9f81d63

Please sign in to comment.