Commit 40777d1
authored
ci: use ubuntu-latest runner for CI jobs (#117)
GitHub has retired the `ubuntu-20.04` runner image, which causes CI to
fail. This switches all jobs in `build-lint-test.yml` to `ubuntu-latest`
so CI continues to run.
<!-- CURSOR_SUMMARY -->
---
> [!NOTE]
> **Low Risk**
> Runner image label only; no application or workflow step logic
changes.
>
> **Overview**
> Updates **Build, Lint, and Test** so every job (`build-lint-test`,
`updated-packages-test`, and `all-tests-pass`) uses `runs-on:
ubuntu-latest` instead of the retired `ubuntu-20.04` image. Build, lint,
test, and release-package verification steps are unchanged; only the
runner label moves forward so workflows can start again.
>
> <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit
a15cf39. Bugbot is set up for automated
code reviews on this repo. Configure
[here](https://www.cursor.com/dashboard/bugbot).</sup>
<!-- /CURSOR_SUMMARY -->1 parent 6794098 commit 40777d1
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
0 commit comments