Skip to content

Commit 76d8502

Browse files
authored
fix: use ubuntu-latest as ci runner (#33)
1 parent 4f369f5 commit 76d8502

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permissions:
99

1010
jobs:
1111
test:
12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-latest
1313
permissions:
1414
contents: read # for actions/checkout to fetch code
1515
checks: write # for coverallsapp/github-action to create new checks
@@ -220,4 +220,4 @@ jobs:
220220
with:
221221
github-token: ${{ secrets.github_token }}
222222
parallel-finished: true
223-
223+

0 commit comments

Comments
 (0)