Skip to content

Commit 553aa89

Browse files
committed
ci: bump macosx deployment target to 12.0
Signed-off-by: peefy <xpf6677@163.com>
1 parent af70e67 commit 553aa89

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/cpp-test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ jobs:
4646
components: clippy, rustfmt
4747
- name: Build
4848
run: |
49+
# Set cargo build target on macos
50+
export MACOSX_DEPLOYMENT_TARGET=12.0
4951
mkdir build
5052
cd build
5153
cmake ..

0 commit comments

Comments
 (0)