File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 target : x86_64-unknown-linux-gnu
2626 use-cross : false
2727 - build : macos
28- os : macos-latest
28+ os : macos-14
2929 rust : stable
3030 target : x86_64-apple-darwin
3131 use-cross : false
@@ -67,13 +67,13 @@ jobs:
6767 target : aarch64-unknown-linux-gnu
6868 use-cross : true
6969 - build : macos
70- os : macos-latest
70+ os : macos-14
7171 rust : stable
7272 target : x86_64-apple-darwin
7373 use-cross : false
7474 deptarget : 10.9
7575 - build : macos
76- os : macos-latest
76+ os : macos-14
7777 rust : stable
7878 target : aarch64-apple-darwin
7979 use-cross : false
8888 if : matrix.target == 'aarch64-apple-darwin'
8989 run : |
9090 xcodebuild -showsdks
91- SDKROOT=$(xcrun -sdk macosx14.5 --show-sdk-path)
91+ SDKROOT=$(xcrun -sdk macosx14.0 --show-sdk-path)
9292 - uses : actions/checkout@v4
9393 - uses : dtolnay/rust-toolchain@stable
9494 with :
Original file line number Diff line number Diff line change 11[package ]
22name = " rdp"
3- version = " 0.13.5 "
3+ version = " 0.13.6 "
44authors = [" Stephan Hügel <urschrei@gmail.com>" ]
55description = " An FFI wrapper for the Ramer–Douglas–Peucker and Visvalingam-Whyatt algorithms"
66readme = " README.md"
You can’t perform that action at this time.
0 commit comments