diff options
author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2024-08-06 16:58:06 +0300 |
---|---|---|
committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2024-08-06 17:55:41 +0300 |
commit | 143168f9d95afeac2058efa4f54435a654c770f8 (patch) | |
tree | 42b98cc575a1104c3668e865ddab76ff012acb77 /.github/workflows/build.yaml | |
parent | 2795fe9786c96b057dee4ce6f4fd1504117e6f78 (diff) |
Force ReleaseOS builds on Linux
Diffstat (limited to '.github/workflows/build.yaml')
-rw-r--r-- | .github/workflows/build.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index b060ba35e3..4594355732 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -48,6 +48,12 @@ jobs: matrix: runner: [windows-large, macos-12-xl, linux-large] configuration: ${{ fromJSON(needs.setup.outputs.configurations) }} + include: + - runner: linux-large + configuration: ReleaseOS + exclude: + - runner: linux-large + configuration: Release runs-on: ${{ matrix.runner }} outputs: viewer_channel: ${{ steps.build.outputs.viewer_channel }} |