mirror of
https://github.com/zen-browser/desktop.git
synced 2026-05-25 06:18:34 +00:00
no-bug: Update macos SDK version to 26.5 (gh-13807)
This commit is contained in:
6
.github/workflows/macos-release-build.yml
vendored
6
.github/workflows/macos-release-build.yml
vendored
@@ -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 }}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user