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 29, 2022
1 parent a04f096 commit 9f36c8c
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_32b
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_32b
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_32b
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_32b
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_32b
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_32b
Expand Down

0 comments on commit 9f36c8c

Please sign in to comment.