Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
dzhou121 committed Jun 4, 2024
1 parent 838efd6 commit 5af119f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand All @@ -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
Expand Down

0 comments on commit 5af119f

Please sign in to comment.