Skip to content

Commit

Permalink
fixed runner os
Browse files Browse the repository at this point in the history
  • Loading branch information
inlife committed Feb 4, 2024
1 parent 2ccc228 commit c29942b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
release:
runs-on: ubuntu-latest
runs-on: macos-latest
steps:
- uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit c29942b

Please sign in to comment.