Skip to content

Commit 1a38c54

Browse files
authored
fix: use ubuntu-latest as ci runner (#19)
1 parent 364bcf2 commit 1a38c54

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
test:
9-
runs-on: ubuntu-20.04
9+
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
1212
name:

0 commit comments

Comments
 (0)