Skip to content

Commit

Permalink
updated azure-pipelines.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Sep 21, 2024
1 parent e4ad6c2 commit 166208d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,11 @@ trigger:

pool:
# there is no /dev/stderr on this azure build!
#vmImage: 'ubuntu-latest'
# Ubuntu 16.04 required for docker container support, looks like 18.04 works too
vmImage: 'ubuntu-22.04'
vmImage: 'ubuntu-latest'
#vmImage: 'ubuntu-22.04'

# unprivileged container without sudo, cannot install dependencies
container: ubuntu:22.04
#container: ubuntu:22.04

steps:
# requires script as first key, otherwise parsing breaks with error message: Unexpected value 'displayName'
Expand Down

0 comments on commit 166208d

Please sign in to comment.