mirror of https://github.com/lapce/lapce.git
use macos-13 for release
This commit is contained in:
parent
e5212b90b4
commit
fd1794889a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue