diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 836fa8f..edcd175 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,14 +29,12 @@ jobs: name: Build (${{ matrix.target }}) needs: release-please if: needs.release-please.outputs.release_created == 'true' - runs-on: ${{ matrix.runner }} + runs-on: macos-latest strategy: matrix: - include: - - target: aarch64-apple-darwin - runner: macos-latest - - target: x86_64-apple-darwin - runner: macos-13 + target: + - aarch64-apple-darwin + - x86_64-apple-darwin steps: - uses: actions/checkout@v4 with: