diff options
author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2024-10-09 08:31:52 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-09 08:31:52 +0300 |
commit | 625b489f39de5c4881158cf8c960e2316b5ff814 (patch) | |
tree | 79231f8002536659c5ad6872fb5ebdaf00a14085 /.github | |
parent | a43b2106853b516248a2e657a28084b7d906cf5f (diff) | |
parent | 700f1319ee4ac7373a1ffd136d8b71af1b588861 (diff) |
Merge pull request #2824 from secondlife/marchcat/gha-macos-14
Update GHA runner to macos-14
Diffstat (limited to '.github')
-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 a287f29b95..fda6545e83 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -47,7 +47,7 @@ jobs: continue-on-error: ${{ matrix.experimental }} strategy: matrix: - runner: [windows-large, macos-12-xl] + runner: [windows-large, macos-14-xlarge] configuration: ${{ fromJSON(needs.setup.outputs.configurations) }} experimental: [false] include: @@ -73,7 +73,7 @@ jobs: # autobuild-package.xml. AUTOBUILD_VCS_INFO: "true" AUTOBUILD_VSVER: "170" - DEVELOPER_DIR: "/Applications/Xcode_14.0.1.app/Contents/Developer" + DEVELOPER_DIR: "/Applications/Xcode_14.3.1.app/Contents/Developer" # Ensure that Linden viewer builds engage Bugsplat. BUGSPLAT_DB: ${{ needs.setup.outputs.bugsplat_db }} build_coverity: false |