diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2024-05-11 09:58:22 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2024-05-11 09:58:22 -0400 |
commit | afd726979aa544571addc94226155d6ab4e6c5ed (patch) | |
tree | 1c112934d9e8671bff5fb4efa2b9473cc88e22bb /.github | |
parent | d4043d3b011c32eb503c43c551872f9c24d7344f (diff) |
Turn on GH Windows ReleaseOS build
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 4785273b78..1a2b914e9a 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -16,6 +16,9 @@ jobs: include: - runner: macos-12-xl developer_dir: "/Applications/Xcode_14.0.1.app/Contents/Developer" + include: + - runner: windows-large + configuration: ReleaseOS runs-on: ${{ matrix.runner }} outputs: viewer_channel: ${{ steps.build.outputs.viewer_channel }} |