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.
1 parent ea8e80a commit a4c8519Copy full SHA for a4c8519
.github/workflows/release-testing.yaml
@@ -29,9 +29,10 @@ jobs:
29
cache: true
30
- name: Build Darwin
31
env:
32
- SDKROOT: /Applications/Xcode_13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk
33
- DEVELOPER_DIR: /Applications/Xcode_13.4.1.app/Contents/Developer
+ SDKROOT: /Applications/Xcode_16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk
+ DEVELOPER_DIR: /Applications/Xcode_16.1.0.app/Contents/Developer
34
run: |
35
+ ls /Applications
36
./scripts/build_darwin.sh
37
38
- uses: actions/upload-artifact@v4
0 commit comments