We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3e8155 commit 3e85151Copy full SHA for 3e85151
.github/workflows/cpp-macos.yml
@@ -11,8 +11,8 @@ jobs:
11
runs-on: macos-latest
12
13
steps:
14
- - name: Set up Xcode
15
- run: sudo xcode-select -s /Applications/Xcode_16.4.app
+ - name: find
+ run: find /Applications/Xcode_16.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.5.sdk
16
17
- uses: actions/checkout@v5
18
- run: git fetch --prune --unshallow --tags
0 commit comments