From 6766abef60a4e8efce15606d58c2cc96d6041b85 Mon Sep 17 00:00:00 2001 From: alaviss Date: Sat, 18 Jan 2025 19:57:33 -0600 Subject: [PATCH] ci: bump ubuntu image to 22.04 (#1489) ## Summary Updated x86 Ubuntu images to 22.04. ## Details GitHub will begin brown-outs of Ubuntu 20 images in March. Migrating to the newer image to avoid disruption to our CI. Ref: https://github.blog/changelog/2025-01-15-github-actions-ubuntu-20-runner-image-brownout-dates-and-other-breaking-changes/ --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index faf67ddc39..2718cf682c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -75,7 +75,7 @@ jobs: [ { "name": "Linux", - "runner": "ubuntu-20.04" + "runner": "ubuntu-22.04" }, { "name": "macOS",