Skip to content

Commit d3c36c1

Browse files
committed
Try to switch back to 14.2 SDK
1 parent 62de691 commit d3c36c1

1 file changed

Lines changed: 1 addition & 1 deletion

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.5 --show-sdk-path)
91+
SDKROOT=$(xcrun -sdk macosx14.2 --show-sdk-path)
9292
- uses: actions/checkout@v4
9393
- uses: dtolnay/rust-toolchain@stable
9494
with:

0 commit comments

Comments
 (0)