Skip to content

Commit c7bcc81

Browse files
authored
fix: use ubuntu-latest as ci runner (#124)
1 parent cf81382 commit c7bcc81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
permissions:
1313
checks: write # for coverallsapp/github-action to create new checks
1414
contents: read # for actions/checkout to fetch code
15-
runs-on: ubuntu-20.04
15+
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
1818
name:

0 commit comments

Comments
 (0)