diff --git a/.github/workflows/release-test-macos.yml b/.github/workflows/release-test-macos.yml index a12a87f3c4..1ae9242a15 100644 --- a/.github/workflows/release-test-macos.yml +++ b/.github/workflows/release-test-macos.yml @@ -21,7 +21,7 @@ jobs: include: - rust-arch: aarch64 darwin-arch: arm64 - runs-on: macos-14 + runs-on: macos-12 env: RELEASE_TAG_NAME: ${{ needs.tagname.outputs.tag_name }} @@ -36,7 +36,7 @@ jobs: - uses: actions/checkout@v4 - name: Update rust - 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