Skip to content

Commit 888b920

Browse files
authored
fix: use ubuntu-latest as ci runner (#45)
1 parent a96e891 commit 888b920

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
@@ -14,7 +14,7 @@ on:
1414

1515
jobs:
1616
test:
17-
runs-on: ubuntu-20.04
17+
runs-on: ubuntu-latest
1818
strategy:
1919
matrix:
2020
name:

0 commit comments

Comments
 (0)