Skip to content

Commit

Permalink
chore: update ubuntu 20.04 to ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
galargh authored Jan 26, 2025
1 parent 8050112 commit d022a91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
jobs:
tests:
name: "Compact denylist format test suite"
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -33,7 +33,7 @@ jobs:

check:
name: "Static, syntax and spelling checks"
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit d022a91

Please sign in to comment.