Skip to content

Commit

Permalink
CI(azure): Update to Ubuntu 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzmbrzl committed Sep 10, 2022
1 parent 6d0cccc commit 611274a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci/azure-pipelines/main-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
workspace:
clean: all
pool:
vmImage: 'ubuntu-18.04'
vmImage: 'ubuntu-20.04'
steps:
- template: steps_linux.yml

Expand Down
2 changes: 1 addition & 1 deletion .ci/azure-pipelines/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
workspace:
clean: all
pool:
vmImage: 'ubuntu-18.04'
vmImage: 'ubuntu-20.04'
steps:
- template: steps_linux.yml

Expand Down

0 comments on commit 611274a

Please sign in to comment.