summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorBennett Goble <signal@lindenlab.com>2024-04-12 07:59:19 -0700
committerBennett Goble <signal@lindenlab.com>2024-04-12 07:59:19 -0700
commit4bd4e08834289f567d453427c565a95b5f75d995 (patch)
treefe8e335969eab09da0068caf421fdab7359c4fb1 /.github
parent36415f7aa4c437523c5dabb2f2ffc60580b520af (diff)
Fix syntax in build.yaml, merge fallout
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index c61e969a02..7d0496793a 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -19,8 +19,8 @@ jobs:
exclude:
- runner: macos-12-xl
configuration: ReleaseOS
- - runner: windows-large
- configuration: ReleaseOS
+ - runner: windows-large
+ configuration: ReleaseOS
runs-on: ${{ matrix.runner }}
outputs:
viewer_channel: ${{ steps.build.outputs.viewer_channel }}