Skip to content

Commit b7486a0

Browse files
committed
fix(workflow): upgrade to use ubuntu-22.04
1 parent a89d5c7 commit b7486a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- main
66
jobs:
77
deploy:
8-
runs-on: ubuntu-20.04
8+
runs-on: ubuntu-22.04
99
steps:
1010
- uses: actions/checkout@v3
1111

0 commit comments

Comments
 (0)