diff options
author | Rye Mutt <rye@lindenlab.com> | 2024-10-03 18:57:24 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-03 18:57:24 -0400 |
commit | e093a98f86ad46374f5067adb616a2aead73eff5 (patch) | |
tree | 7bb3d1a1c9e0e7ce54d2eb50cd419a4c796ec6dc /.github/workflows | |
parent | b33beb0fdb503544b1fd26da0341d5b406ffd8e4 (diff) | |
parent | 2792885637d0c61bfcea090cf72dab0d192680da (diff) |
Merge pull request #2767 from secondlife/rye/linux
Restore Linux Release config builds
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build.yaml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 1804da749f..d69cfc78e3 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -46,11 +46,8 @@ jobs: needs: setup 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 runs-on: ${{ matrix.runner }} outputs: viewer_channel: ${{ steps.build.outputs.viewer_channel }} |