aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2025-02-17 15:13:53 -0800
committerEric Biggers <ebiggers@google.com>2025-02-17 15:14:26 -0800
commit4b093cbcd8871f325ebc63bae190f7b370c89db1 (patch)
treed1b74e62b6dad9ca0faf1c4b5d6bacb762051436 /.github/workflows/ci.yml
parent57a749b308a07e26452a794533b4854d70212499 (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/ci.yml')
-rw-r--r--.github/workflows/ci.yml3
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