diff options
author | Brad Linden <brad@lindenlab.com> | 2024-10-04 10:51:30 -0700 |
---|---|---|
committer | Brad Linden <brad@lindenlab.com> | 2024-10-04 10:52:37 -0700 |
commit | 2f07279ccaf5aecc45ed9a78d337e73ab58d89a7 (patch) | |
tree | d90b74f4ec320a3bc53a889eb5ba41d18b00ab52 /.github/workflows | |
parent | 16e4747dcd04c78b438570ee6dea4ccc52e7485c (diff) | |
parent | 4339ad9a528c82946ce40ec2bd240b41d104f338 (diff) |
Merge remote-tracking branch 'origin/develop' into leviathan/game-control
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build.yaml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 4ab627bdfe..7df105e2d5 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -47,11 +47,10 @@ jobs: continue-on-error: ${{ matrix.experimental }} strategy: matrix: - runner: [windows-large, macos-12-xl] + runner: [windows-large, macos-12-xl, linux-large] configuration: ${{ fromJSON(needs.setup.outputs.configurations) }} include: - runner: linux-large - configuration: ReleaseOS experimental: true runs-on: ${{ matrix.runner }} outputs: |