diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index bd27f59..6f17070 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -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'