Skip to content

Commit

Permalink
chore: set release os to macos
Browse files Browse the repository at this point in the history
  • Loading branch information
kettanaito committed Jul 8, 2024
1 parent 0e7c411 commit 57d700d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@ on:

jobs:
release:
runs-on: ubuntu-latest
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
token: ${{ secrets.GH_ADMIN_TOKEN }}


- name: Set up Node.js
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 57d700d

Please sign in to comment.