File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -92,11 +92,11 @@ jobs:
92
92
target : x86_64-pc-windows-msvc
93
93
use-cross : false
94
94
steps :
95
- - name : Switch to macOS 13 .x SDK
95
+ - name : Switch to macOS 14 .x SDK
96
96
if : matrix.target == 'aarch64-apple-darwin'
97
97
run : |
98
98
xcodebuild -showsdks
99
- SDKROOT=$(xcrun -sdk macosx13.1 --show-sdk-path)
99
+ SDKROOT=$(xcrun -sdk macosx14.0 --show-sdk-path)
100
100
- uses : actions/checkout@v4
101
101
- uses : actions-rs/toolchain@v1
102
102
with :
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " polyline-ffi"
3
- version = " 0.6.4 "
3
+ version = " 0.6.5 "
4
4
authors = [
" Stephan Hügel <[email protected] >" ]
5
5
description = " FFI bindings for the polyline crate"
6
6
documentation = " https://docs.rs/polyline-ffi"
You can’t perform that action at this time.
0 commit comments