diff options
| author | Rye <rye@alchemyviewer.org> | 2025-08-28 06:08:13 -0400 |
|---|---|---|
| committer | Rye <rye@alchemyviewer.org> | 2025-08-28 06:08:13 -0400 |
| commit | 2b44464a143c3b32ef4d3de4456b100e34ad79ef (patch) | |
| tree | 43e67d6a56fa066f92918b1e3dc13c4f97ea0500 /.github/workflows | |
| parent | 96ff5f8e70396b53168682c4a1addb9a61d45e7c (diff) | |
Fix up windows build error in GHA
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 4bf2af644a..59a711267f 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -64,7 +64,7 @@ jobs: # autobuild-package.xml. AUTOBUILD_VCS_INFO: "true" AUTOBUILD_VSVER: "170" - DEVELOPER_DIR: "/Applications/Xcode_16.1.app/Contents/Developer" + DEVELOPER_DIR: "/Applications/Xcode_16.4.app/Contents/Developer" # Ensure that Linden viewer builds engage Bugsplat. BUGSPLAT_DB: ${{ needs.setup.outputs.bugsplat_db }} build_coverity: false @@ -98,7 +98,7 @@ jobs: uses: actions/checkout@v4 with: repository: secondlife/build-variables - ref: master + ref: universal path: .build-variables - name: Checkout master-message-template |
