From 4b093cbcd8871f325ebc63bae190f7b370c89db1 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Mon, 17 Feb 2025 15:13:53 -0800 Subject: ci.yml: upgrade ubuntu-20.04 to ubuntu-latest GitHub Actions will drop support for ubuntu-20.04 soon. --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.github/workflows') 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 -- cgit v1.2.3