diff --git a/.github/workflows/install/action.yaml b/.github/workflows/install/action.yaml index 9708123..b4c3a37 100755 --- a/.github/workflows/install/action.yaml +++ b/.github/workflows/install/action.yaml @@ -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 diff --git a/.github/workflows/pr-checks.yaml b/.github/workflows/pr-checks.yaml index 4f87fe0..7fb5b8e 100755 --- a/.github/workflows/pr-checks.yaml +++ b/.github/workflows/pr-checks.yaml @@ -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 diff --git a/.github/workflows/release-master.yaml b/.github/workflows/release-master.yaml index 1361362..eb30f23 100755 --- a/.github/workflows/release-master.yaml +++ b/.github/workflows/release-master.yaml @@ -19,7 +19,7 @@ concurrency: jobs: checks: name: ✅ Check for Release - runs-on: ubuntu-latest + runs-on: macos-latest timeout-minutes: 15 env: @@ -38,7 +38,7 @@ jobs: release: name: 📦 Release Version - runs-on: ubuntu-latest + runs-on: macos-latest timeout-minutes: 60 needs: - checks diff --git a/.github/workflows/semantic-release-report.yaml b/.github/workflows/semantic-release-report.yaml index cea74e7..5887867 100755 --- a/.github/workflows/semantic-release-report.yaml +++ b/.github/workflows/semantic-release-report.yaml @@ -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