diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a829eb4f..3cb79dde 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -131,9 +131,9 @@ jobs: strategy: matrix: platform: - - runner: macos-13 + - runner: macos-latest target: x86_64 - - runner: macos-14 + - runner: macos-latest target: aarch64 steps: - uses: actions/checkout@v5