We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0deea45 + 326f123 commit f654a0cCopy full SHA for f654a0c
.github/workflows/release.yml
@@ -19,12 +19,11 @@ jobs:
19
runs-on: macos-12
20
timeout-minutes: 20
21
steps:
22
- - name: "Switch Xcode version to enable macOS 13 SDK"
23
- # Xcode 14.1 added support for macOS 13 SDK.
24
- # The default version is still 14.0.1, as of November 2022.
25
- # https://github.com/actions/runner-images/blob/main/images/macos/macos-12-Readme.md#xcode
+ - name: "Show xcode and SDK version"
26
run: |
27
- sudo xcode-select --switch /Applications/Xcode_14.1.app
+ # Xcode version
+ xcodebuild -version
+ # macOS SDK version
28
xcrun --show-sdk-version
29
- uses: actions/checkout@v3
30
with:
0 commit comments