Skip to content

Commit

Permalink
Update release-testing.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
anuraaga authored Dec 6, 2024
1 parent ea8e80a commit a4c8519
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,10 @@ jobs:
cache: true
- name: Build Darwin
env:
SDKROOT: /Applications/Xcode_13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk
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
run: |
ls /Applications
./scripts/build_darwin.sh
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit a4c8519

Please sign in to comment.