Skip to content

Commit

Permalink
Change the VM image to 20.04 from 16.04
Browse files Browse the repository at this point in the history
The image was removed  due to stop of support: actions/runner-images#3287
  • Loading branch information
awesomebytes authored Jul 28, 2022
1 parent 64b3593 commit d1a6102
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
timeoutInMinutes: 0

pool:
vmImage: 'Ubuntu 16.04'
vmImage: 'Ubuntu 20.04'

variables:
docker_image_name: gentoo_prefix_ci_prepare
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
dependsOn: "bootstrap_prepare_image"

pool:
vmImage: 'Ubuntu 16.04'
vmImage: 'Ubuntu 20.04'

variables:
docker_image_name: gentoo_prefix_ci_stage1
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
dependsOn: "bootstrap_stage_1"

pool:
vmImage: 'Ubuntu 16.04'
vmImage: 'Ubuntu 20.04'

variables:
docker_image_name: gentoo_prefix_ci_stage2
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
dependsOn: "bootstrap_stage_2"

pool:
vmImage: 'Ubuntu 16.04'
vmImage: 'Ubuntu 20.04'

variables:
docker_image_name: gentoo_prefix_ci_stage3
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
dependsOn: "bootstrap_stage_3"

pool:
vmImage: 'Ubuntu 16.04'
vmImage: 'Ubuntu 20.04'

variables:
docker_image_name: gentoo_prefix_ci_emerge_system
Expand Down Expand Up @@ -202,7 +202,7 @@ jobs:
dependsOn: "bootstrap_emerge_system"

pool:
vmImage: 'Ubuntu 16.04'
vmImage: 'Ubuntu 20.04'

variables:
docker_image_name: gentoo_prefix_latest_image_package_stage
Expand Down

0 comments on commit d1a6102

Please sign in to comment.