diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8c04205fee..017b829b74 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -50,7 +50,7 @@ jobs: needs: ["release"] strategy: matrix: - runner: [macos-latest, macos-14] + runner: [macos-13, macos-14] runs-on: ${{ matrix.runner }} environment: release steps: