diff --git a/.github/workflows/macos-release-build.yml b/.github/workflows/macos-release-build.yml index 66f2789f0..b3395f0f1 100644 --- a/.github/workflows/macos-release-build.yml +++ b/.github/workflows/macos-release-build.yml @@ -48,6 +48,12 @@ jobs: with: node-version-file: ".nvmrc" + - name: Log SDK versions + run: | + ls /Library/Developer/CommandLineTools/SDKs/ + xcrun --show-sdk-version + xcrun --show-sdk-path + - name: Run sccache-cache uses: mozilla-actions/sccache-action@main if: ${{ inputs.use-sccache }} diff --git a/configs/macos/mozconfig b/configs/macos/mozconfig index 4b2e503ea..e7f655940 100644 --- a/configs/macos/mozconfig +++ b/configs/macos/mozconfig @@ -8,7 +8,7 @@ ac_add_options --disable-dmd ac_add_options --enable-eme=widevine if test "$ZEN_RELEASE"; then - ac_add_options --with-macos-sdk=/Library/Developer/CommandLineTools/SDKs/MacOSX26.4.sdk + ac_add_options --with-macos-sdk=/Library/Developer/CommandLineTools/SDKs/MacOSX26.5.sdk fi if test "$ZEN_RELEASE"; then