Skip to content

Commit

Permalink
Update build-release.yml to target macOS 14
Browse files Browse the repository at this point in the history
  • Loading branch information
rushi3691 committed Mar 29, 2024
1 parent 7078e90 commit 140fa74
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,10 +18,10 @@ jobs:
args: '--target universal-apple-darwin'
- platform: 'macos-latest'
args: '--target x86_64-apple-darwin'
- platform: 'macos-latest'
args: '--target aarch64-apple-darwin'
- platform: 'macos-14'
args: ''
# - platform: 'macos-latest'
# # args: '--target aarch64-apple-darwin'
# args: '--target aarch64-apple-darwin'
- platform: 'ubuntu-22.04'
args: ''
- platform: 'windows-latest'
Expand Down

0 comments on commit 140fa74

Please sign in to comment.