Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zh-yjie authored Apr 20, 2024
1 parent b943ccc commit e25c1f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
export CFG_COMMIT_HASH=`git log --pretty=format:'%h' -n 1`
export CFG_COMMIT_DATE=`git log --format="%ci" -n 1`
rustup target add ${{ matrix.target }}
SDKROOT=$(xcrun -sdk macosx13.0 --show-sdk-path) MACOSX_DEPLOYMENT_TARGET=$(xcrun -sdk macosx13.0 --show-sdk-platform-version) cargo build --release --target ${{ matrix.target }}
SDKROOT=$(xcrun -sdk macosx14.4 --show-sdk-path) MACOSX_DEPLOYMENT_TARGET=$(xcrun -sdk macosx14.4 --show-sdk-platform-version) cargo build --release --target ${{ matrix.target }}
- name: rename and compress artifacts
run: |
Expand Down

0 comments on commit e25c1f5

Please sign in to comment.