diff options
| author | Eric Biggers <ebiggers@google.com> | 2025-02-17 15:13:53 -0800 |
|---|---|---|
| committer | Eric Biggers <ebiggers@google.com> | 2025-02-17 15:14:26 -0800 |
| commit | 4b093cbcd8871f325ebc63bae190f7b370c89db1 (patch) | |
| tree | d1b74e62b6dad9ca0faf1c4b5d6bacb762051436 /.github/workflows | |
| parent | 57a749b308a07e26452a794533b4854d70212499 (diff) | |
ci.yml: upgrade ubuntu-20.04 to ubuntu-latest
GitHub Actions will drop support for ubuntu-20.04 soon.
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 13461ca..f363b8b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -108,8 +108,7 @@ jobs: run-cli-tests: name: Run command-line interface tests - # The cli tests require kernel 5.4 or later, and thus Ubuntu 20.04 or later. - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - uses: actions/setup-go@v2 |