diff options
| author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2026-08-13 21:05:36 +0300 |
|---|---|---|
| committer | Andrey Lihatskiy <118752495+marchcat@users.noreply.github.com> | 2026-08-13 22:28:11 +0300 |
| commit | 5b2090ee2aca6436cc262c1cd20cb14f6cdb5e3e (patch) | |
| tree | 1acf621caaf77fd573b6bb81f978a60af3f4742c | |
| parent | 039c1b4b027a5f34449a934d9aea0cea8a2c7659 (diff) | |
Pin xcode SDK to 26.3
| -rw-r--r-- | .github/workflows/build.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 84f58fe5e6..6aa85f9fc7 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -88,7 +88,7 @@ jobs: # autobuild-package.xml. AUTOBUILD_VCS_INFO: "true" AUTOBUILD_VSVER: "170" - DEVELOPER_DIR: "/Applications/Xcode_16.4.app/Contents/Developer" + DEVELOPER_DIR: "/Applications/Xcode_26.3.app/Contents/Developer" # Ensure that Linden viewer builds engage Bugsplat. BUGSPLAT_DB: ${{ needs.setup.outputs.bugsplat_db }} build_log_dir: ${{ github.workspace }}/.logs |
