diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4af11064..957efebc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -304,7 +304,7 @@ jobs: retention-days: 1 macos: - runs-on: macos-14 + runs-on: macos-13 needs: tagname env: RELEASE_TAG_NAME: ${{ needs.tagname.outputs.tag_name }} @@ -316,7 +316,7 @@ jobs: - uses: actions/checkout@v4 - name: Install ARM target - run: rustup update && rustup target add x86_64-apple-darwin + run: rustup update && rustup target add aarch64-apple-darwin - name: Import Certificate uses: Apple-Actions/import-codesign-certs@v3