use macos-13 for release

This commit is contained in:
Jakub Panek 2024-06-04 11:51:22 +02:00
parent e5212b90b4
commit fd1794889a
No known key found for this signature in database
GPG Key ID: D5E8A1F82F3BDA9D
1 changed files with 2 additions and 2 deletions

View File

@ -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