Skip to content

Commit

Permalink
🐛 Fix(ci): change runs-on to macos-latest to avoid vscode install error
Browse files Browse the repository at this point in the history
  • Loading branch information
upupming committed Aug 21, 2021
1 parent e2d9d6a commit f2e2715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name: Create Release
jobs:
build:
name: Create Release
runs-on: ubuntu-latest
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
Expand Down

0 comments on commit f2e2715

Please sign in to comment.