diff options
| author | Jonathan "Geenz" Goodman <geenz@lindenlab.com> | 2025-09-12 19:17:58 -0400 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-12 19:17:58 -0400 | 
| commit | 42695904d600c3a51893e5e5c718165956086591 (patch) | |
| tree | 40def9c24d1c3d3f96a4a505bdf585ddd212342e | |
| parent | cf3352e6f24630948c38db52b749a103e4d08d77 (diff) | |
Use XL mac runners due to the unibin build time. (#4674)
Temporary until we can better parallelize architecture specific builds.
| -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 8689f2308e..1e5b4958e1 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -42,7 +42,7 @@ jobs:      needs: setup      strategy:        matrix: -        runner: ${{ fromJson((github.ref_type == 'tag' && startsWith(github.ref, 'refs/tags/Second_Life')) && '["windows-large","macos-15-xlarge"]' || '["windows-2022","macos-15"]') }} +        runner: ${{ fromJson((github.ref_type == 'tag' && startsWith(github.ref, 'refs/tags/Second_Life')) && '["windows-large","macos-15-xlarge"]' || '["windows-2022","macos-15-xlarge"]') }}          configuration: ${{ fromJson(needs.setup.outputs.configurations) }}      runs-on: ${{ matrix.runner }}      outputs:  | 
