Skip to content

Commit 10e5f91

Browse files
committed
chore: update workflows config.
1 parent f2fd6c9 commit 10e5f91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- master
66
jobs:
77
build-deploy:
8-
runs-on: ubuntu-18.04
8+
runs-on: ubuntu-20.04
99
steps:
1010
- uses: actions/checkout@v3
1111
- uses: actions/setup-node@v3
@@ -77,7 +77,7 @@ jobs:
7777
successful: ${{steps.create_tag.outputs.successful }}
7878

7979
github-package:
80-
runs-on: ubuntu-18.04
80+
runs-on: ubuntu-20.04
8181
needs: build-deploy
8282
if: needs.build-deploy.outputs.successful
8383
steps:

0 commit comments

Comments
 (0)