From fd1794889a0c993b2dd56aaf3570922e16dcb424 Mon Sep 17 00:00:00 2001 From: Jakub Panek Date: Tue, 4 Jun 2024 11:51:22 +0200 Subject: [PATCH] use macos-13 for release --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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