Skip to content

Commit

Permalink
ci: change release machine to MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
Avivbens committed Jun 6, 2024
1 parent 54ad5b8 commit abbb64f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/install/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ runs:
- name: 🔗 Install Dependencies
shell: bash
run: |
npm ci --no-fund --no-audit --no-progress --ignore-scripts --force
npm ci --no-fund --no-audit --no-progress
2 changes: 1 addition & 1 deletion .github/workflows/release-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

release:
name: 📦 Release Version
runs-on: ubuntu-latest
runs-on: macos-latest
timeout-minutes: 60
needs:
- checks
Expand Down

0 comments on commit abbb64f

Please sign in to comment.