Skip to content

Commit

Permalink
fix: change release machine to MacOS - missing assets
Browse files Browse the repository at this point in the history
  • Loading branch information
Avivbens committed Jun 6, 2024
1 parent 54ad5b8 commit ea748ae
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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 --ignore-scripts
2 changes: 1 addition & 1 deletion .github/workflows/pr-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
PR-checks:
# https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners/using-self-hosted-runners-in-a-workflow
runs-on: ubuntu-latest
runs-on: macos-latest
name: PR Health Checks 🐛
steps:
- name: 📀 Checkout
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ concurrency:
jobs:
checks:
name: ✅ Check for Release
runs-on: ubuntu-latest
runs-on: macos-latest
timeout-minutes: 15

env:
Expand All @@ -38,7 +38,7 @@ jobs:

release:
name: 📦 Release Version
runs-on: ubuntu-latest
runs-on: macos-latest
timeout-minutes: 60
needs:
- checks
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/semantic-release-report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions:
jobs:
PR-checks:
# https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners/using-self-hosted-runners-in-a-workflow
runs-on: ubuntu-latest
runs-on: macos-latest
name: Semantic Release Report 📝
steps:
- name: 📀 Checkout
Expand Down

0 comments on commit ea748ae

Please sign in to comment.