Skip to content

Commit

Permalink
ci: bump macosx deployment target to 10.13
Browse files Browse the repository at this point in the history
Signed-off-by: peefy <[email protected]>
  • Loading branch information
Peefy committed Sep 5, 2024
1 parent af70e67 commit 810f5a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cpp-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ jobs:
components: clippy, rustfmt
- name: Build
run: |
# Set cargo build target on macos
export MACOSX_DEPLOYMENT_TARGET='10.13'
mkdir build
cd build
cmake ..
Expand Down

0 comments on commit 810f5a3

Please sign in to comment.