We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8aac74c commit 3b5cd43Copy full SHA for 3b5cd43
1 file changed
.github/workflows/test.yml
@@ -88,7 +88,7 @@ jobs:
88
if: matrix.target == 'aarch64-apple-darwin'
89
run: |
90
xcodebuild -showsdks
91
- SDKROOT=$(xcrun -sdk macosx14.5 --show-sdk-path)
+ SDKROOT=$(xcrun -sdk macosx14.2 --show-sdk-path)
92
- uses: actions/checkout@v4
93
- uses: dtolnay/rust-toolchain@stable
94
with:
0 commit comments