Skip to content

Commit

Permalink
ci: bump ubuntu image to 22.04 (#1489)
Browse files Browse the repository at this point in the history
## 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/
  • Loading branch information
alaviss authored Jan 19, 2025
1 parent c17a33a commit 6766abe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
[
{
"name": "Linux",
"runner": "ubuntu-20.04"
"runner": "ubuntu-22.04"
},
{
"name": "macOS",
Expand Down

0 comments on commit 6766abe

Please sign in to comment.