Skip to content

Commit

Permalink
Update macOS platform version in build-release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rushi3691 committed Mar 28, 2024
1 parent 1fe8036 commit 8cf3272
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
args: '--target universal-apple-darwin'
- platform: 'macos-latest'
args: '--target x86_64-apple-darwin'
- platform: 'macos-latest'
- platform: 'macos-14'
args: '--target aarch64-apple-darwin'
# - platform: 'macos-latest'
# # args: '--target aarch64-apple-darwin'
Expand All @@ -44,8 +44,8 @@ jobs:
- name: Rust setup
uses: dtolnay/rust-toolchain@stable
with:
targets: aarch64-apple-darwin
# with:
# targets: aarch64-apple-darwin

- name: Rust cache
uses: swatinem/rust-cache@v2
Expand Down

0 comments on commit 8cf3272

Please sign in to comment.