Commit ff2cf06
authored
Update to ubuntu-latest for all non-backwards compat workflows (#5450)
The runner image `ubuntu-20.04` "will be fully retired by April 1, 2025"
https://github.blog/changelog/2025-01-15-github-actions-ubuntu-20-runner-image-brownout-dates-and-other-breaking-changes/
And there are multiple brownout periods in March. This PR is an attempt
to avoid unnecessary failures during the brownouts. I updated all the
workflows to ubuntu-latest except those that were explicitly related to
testing for backwards compatibility, since that will require more
judgement on the oldest toolchain we continue to regularly test in CI.
---
TYPE: NO_HISTORY
DESC: Update to ubuntu-latest for all non-backwards compat workflows1 parent d8bbb8b commit ff2cf06
File tree
4 files changed
+4
-4
lines changed- .github/workflows
4 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments