Skip to content

Commit a4c8519

Browse files
authored
Update release-testing.yaml
1 parent ea8e80a commit a4c8519

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release-testing.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,10 @@ jobs:
2929
cache: true
3030
- name: Build Darwin
3131
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
32+
SDKROOT: /Applications/Xcode_16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk
33+
DEVELOPER_DIR: /Applications/Xcode_16.1.0.app/Contents/Developer
3434
run: |
35+
ls /Applications
3536
./scripts/build_darwin.sh
3637
3738
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)