Skip to content

Commit

Permalink
ci.yml: upgrade ubuntu-20.04 to ubuntu-latest
Browse files Browse the repository at this point in the history
GitHub Actions will drop support for ubuntu-20.04 soon.
  • Loading branch information
ebiggers committed Feb 17, 2025
1 parent 57a749b commit 4b093cb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4b093cb

Please sign in to comment.