Skip to content

Commit a8b2083

Browse files
committed
Try to switch to MacOs 14 for releases
1 parent d767afd commit a8b2083

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,11 @@ jobs:
9292
target: x86_64-pc-windows-msvc
9393
use-cross: false
9494
steps:
95-
- name: Switch to macOS 13.x SDK
95+
- name: Switch to macOS 14.x SDK
9696
if: matrix.target == 'aarch64-apple-darwin'
9797
run: |
9898
xcodebuild -showsdks
99-
SDKROOT=$(xcrun -sdk macosx13.1 --show-sdk-path)
99+
SDKROOT=$(xcrun -sdk macosx14.0 --show-sdk-path)
100100
- uses: actions/checkout@v4
101101
- uses: actions-rs/toolchain@v1
102102
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 = "polyline-ffi"
3-
version = "0.6.4"
3+
version = "0.6.5"
44
authors = ["Stephan Hügel <[email protected]>"]
55
description = "FFI bindings for the polyline crate"
66
documentation = "https://docs.rs/polyline-ffi"

0 commit comments

Comments
 (0)