summaryrefslogtreecommitdiff
path: root/.github/workflows/build.yaml
diff options
context:
space:
mode:
authorAndrey Lihatskiy <alihatskiy@productengine.com>2024-08-07 02:16:45 +0300
committerAndrey Lihatskiy <alihatskiy@productengine.com>2024-08-07 02:32:01 +0300
commitd28089d5f1ca0de07a704da977bf90fbf2ad119a (patch)
treeb100802eae2f2abefb2cfcabc2a96ed6fe58175e /.github/workflows/build.yaml
parent143168f9d95afeac2058efa4f54435a654c770f8 (diff)
Make build.yaml look slightly better
Diffstat (limited to '.github/workflows/build.yaml')
-rw-r--r--.github/workflows/build.yaml9
1 files changed, 3 insertions, 6 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 4594355732..3df3ff4c9e 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -46,14 +46,11 @@ jobs:
needs: setup
strategy:
matrix:
- runner: [windows-large, macos-12-xl, linux-large]
+ runner: [windows-large, macos-12-xl]
configuration: ${{ fromJSON(needs.setup.outputs.configurations) }}
include:
- - runner: linux-large
- configuration: ReleaseOS
- exclude:
- - runner: linux-large
- configuration: Release
+ - runner: linux-large
+ configuration: ReleaseOS
runs-on: ${{ matrix.runner }}
outputs:
viewer_channel: ${{ steps.build.outputs.viewer_channel }}