diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2023-03-24 12:02:57 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2023-03-24 12:02:57 -0400 |
commit | 8871e8d732f6210c3c1b8ba0ca63d5ad816be4bf (patch) | |
tree | a47f544307bc5c36ef7d0baaa34951a60375cf77 /.github | |
parent | 3afde25ba81734b48cc557a257d91c7b9cc830f2 (diff) |
SL-18837: Try building Release viewer config on GH.
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 adaa7bbff7..b18e4bd9ca 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -11,11 +11,11 @@ jobs: strategy: matrix: runner: [windows-2022, macos-11] - configuration: [ReleaseOS] + configuration: [Release] addrsize: [64] include: - runner: windows-2022 - configuration: ReleaseOS + configuration: Release addrsize: 32 runs-on: ${{ matrix.runner }} env: |