Skip to content

Commit 3e85151

Browse files
authored
Modify macOS workflow to find SDK path
Updated the workflow to find the macOS SDK path instead of setting up Xcode directly.
1 parent b3e8155 commit 3e85151

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cpp-macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
runs-on: macos-latest
1212

1313
steps:
14-
- name: Set up Xcode
15-
run: sudo xcode-select -s /Applications/Xcode_16.4.app
14+
- name: find
15+
run: find /Applications/Xcode_16.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.5.sdk
1616

1717
- uses: actions/checkout@v5
1818
- run: git fetch --prune --unshallow --tags

0 commit comments

Comments
 (0)