no-bug: Update macos SDK version to 26.5 (gh-13807)

This commit is contained in:
mr. m
2026-05-23 08:16:22 +02:00
committed by GitHub
parent 7196527509
commit a5e78a659f
2 changed files with 7 additions and 1 deletions

View File

@@ -48,6 +48,12 @@ jobs:
with:
node-version-file: ".nvmrc"
- name: Log SDK versions
run: |
ls /Library/Developer/CommandLineTools/SDKs/
xcrun --show-sdk-version
xcrun --show-sdk-path
- name: Run sccache-cache
uses: mozilla-actions/sccache-action@main
if: ${{ inputs.use-sccache }}