Skip to content

Commit

Permalink
upstream CI: Update runner images to Ubuntu 24.04
Browse files Browse the repository at this point in the history
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 <rjeffman@redhat.com>
  • Loading branch information
rjeffman committed Jan 13, 2025
1 parent 9195494 commit 0fcc518
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion infra/azure/azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ trigger:
- master

pool:
vmImage: 'ubuntu-20.04'
vmImage: 'ubuntu-24.04'

variables:
ansible_version: "-core >=2.16,<2.17"
2 changes: 1 addition & 1 deletion infra/azure/nightly.yml
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ schedules:
trigger: none

pool:
vmImage: 'ubuntu-20.04'
vmImage: 'ubuntu-24.04'

variables:
# We need to have two sets, as c8s is not supported by all ansible versions
2 changes: 1 addition & 1 deletion infra/azure/pr-pipeline.yml
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ trigger:
- master

pool:
vmImage: 'ubuntu-20.04'
vmImage: 'ubuntu-24.04'

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

0 comments on commit 0fcc518

Please sign in to comment.