diff --git a/.github/workflows/release-testing.yaml b/.github/workflows/release-testing.yaml index 0253b88618d..2e303ee1ac7 100644 --- a/.github/workflows/release-testing.yaml +++ b/.github/workflows/release-testing.yaml @@ -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