Skip to content

Commit

Permalink
update pools to fix broken CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lbussell committed Jan 14, 2022
1 parent 018caca commit 6265f5f
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 @@ -117,7 +117,7 @@ stages:

- job: OSX
pool:
name: Hosted macOS
vmImage: 'macOS-1015'
strategy:
matrix:
debug_configuration:
Expand All @@ -136,7 +136,7 @@ stages:

- job: Linux
pool:
name: Hosted Ubuntu 1604
vmImage: 'ubuntu-20.04'
container: LinuxContainer
strategy:
matrix:
Expand Down

0 comments on commit 6265f5f

Please sign in to comment.