Skip to content

Commit 0fcc518

Browse files
committedJan 13, 2025
upstream CI: Update runner images to Ubuntu 24.04
Current upstream hosts use Ubuntu 20.04 images which will be fully unsupported by 2025-04-01. Update runners to use Ubuntu 24.04. See: actions/runner-images#11101 Signed-off-by: Rafael Guterres Jeffman <[email protected]>
1 parent 9195494 commit 0fcc518

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎infra/azure/azure-pipelines.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ trigger:
33
- master
44

55
pool:
6-
vmImage: 'ubuntu-20.04'
6+
vmImage: 'ubuntu-24.04'
77

88
variables:
99
ansible_version: "-core >=2.16,<2.17"

‎infra/azure/nightly.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ schedules:
1010
trigger: none
1111

1212
pool:
13-
vmImage: 'ubuntu-20.04'
13+
vmImage: 'ubuntu-24.04'
1414

1515
variables:
1616
# We need to have two sets, as c8s is not supported by all ansible versions

‎infra/azure/pr-pipeline.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ trigger:
33
- master
44

55
pool:
6-
vmImage: 'ubuntu-20.04'
6+
vmImage: 'ubuntu-24.04'
77

88
variables:
99
distros: "fedora-latest,c10s,c9s,c8s,fedora-rawhide"

0 commit comments

Comments
 (0)