diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4d6ad90..0395447 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -221,7 +221,7 @@ jobs: name: Package macOS universal binary needs: [release, build] if: needs.release.outputs.published == 'true' || github.event_name == 'workflow_dispatch' - runs-on: macos-14 + runs-on: macos-15 timeout-minutes: 15 steps: - uses: actions/checkout@v4