Skip to content

Commit 3dc1f6f

Browse files
committed
Try to switch to macos 14.0
1 parent 296ca9e commit 3dc1f6f

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
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
@@ -88,7 +88,7 @@ jobs:
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:

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.13.5"
3+
version = "0.13.6"
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)