Skip to content

Commit

Permalink
fix: update release runs-on
Browse files Browse the repository at this point in the history
  • Loading branch information
kaivean committed Oct 29, 2023
1 parent 306f6ad commit 2238340
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: workflow_dispatch
jobs:
release:
name: Release
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,6 @@ npm run dev
npm run test packages/logger
npm run test packages/cli
npm run test packages/app-autoload

```

0 comments on commit 2238340

Please sign in to comment.