summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorRye <rye@lindenlab.com>2024-10-03 14:43:15 -0700
committerRye <rye@lindenlab.com>2024-10-03 14:43:15 -0700
commit736cc7ea19b984216834b5b95ed66a18d94cd79b (patch)
tree0498eee54e7681546f3b60ae07df751d10ef53ec /.github
parentb33beb0fdb503544b1fd26da0341d5b406ffd8e4 (diff)
Update havok packages and enable linux64 Release builds
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yaml5
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 }}