Skip to content

Commit 62de691

Browse files
committed
Try to use macos 14.5 sdk
1 parent cb4e1e1 commit 62de691

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
if: matrix.target == 'aarch64-apple-darwin'
8989
run: |
9090
xcodebuild -showsdks
91-
SDKROOT=$(xcrun -sdk macosx14.0 --show-sdk-path)
91+
SDKROOT=$(xcrun -sdk macosx14.5 --show-sdk-path)
9292
- uses: actions/checkout@v4
9393
- uses: dtolnay/rust-toolchain@stable
9494
with:

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rdp"
3-
version = "0.14.0"
3+
version = "0.14.1"
44
authors = ["Stephan Hügel <urschrei@gmail.com>"]
55
description = "An FFI wrapper for the Ramer–Douglas–Peucker and Visvalingam-Whyatt algorithms"
66
readme = "README.md"

0 commit comments

Comments
 (0)