Skip to content

Commit ea3d2bd

Browse files
committed
chore: update workflows config.
1 parent 3bd3909 commit ea3d2bd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
build:
10-
runs-on: ubuntu-18.04
10+
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v3
1313
- uses: actions/setup-node@v3
@@ -81,7 +81,7 @@ jobs:
8181
successful: ${{steps.create_tag.outputs.successful }}
8282

8383
github-package:
84-
runs-on: ubuntu-18.04
84+
runs-on: ubuntu-latest
8585
needs: build
8686
if: needs.build.outputs.successful
8787
steps:

0 commit comments

Comments
 (0)