summaryrefslogtreecommitdiff
path: root/.github/workflows/build.yaml
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2024-12-17 11:44:54 +0800
committerErik Kundiman <erik@megapahit.org>2024-12-17 11:44:54 +0800
commitb26441798c26a7b0fc6b1eb3e88cecb19ecfbfe9 (patch)
tree46d67fbc85d95e3722f543e5d4afa2497f6c427b /.github/workflows/build.yaml
parentca2d88ddabcc638245ab4d8a17a4f33d95aeef49 (diff)
parentbb5fa35900e52ed34d0bf2cab1fbc9883abaa2a3 (diff)
Merge remote-tracking branch 'secondlife/release/2024.09-ExtraFPS' into 2024.09-ExtraFPSHEADmain
Diffstat (limited to '.github/workflows/build.yaml')
-rw-r--r--.github/workflows/build.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 57e86ad8f6..7d6bcd2bc4 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -42,7 +42,7 @@ jobs:
needs: setup
strategy:
matrix:
- runner: [windows-large, macos-13-xlarge]
+ runner: [windows-large, macos-12-large]
configuration: ${{ fromJSON(needs.setup.outputs.configurations) }}
runs-on: ${{ matrix.runner }}
outputs:
@@ -64,7 +64,7 @@ jobs:
# autobuild-package.xml.
AUTOBUILD_VCS_INFO: "true"
AUTOBUILD_VSVER: "170"
- DEVELOPER_DIR: "/Applications/Xcode_14.1.app/Contents/Developer"
+ DEVELOPER_DIR: "/Applications/Xcode_14.0.1.app/Contents/Developer"
# Ensure that Linden viewer builds engage Bugsplat.
BUGSPLAT_DB: ${{ needs.setup.outputs.bugsplat_db }}
build_coverity: false