diff options
author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2024-08-20 07:11:17 +0300 |
---|---|---|
committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2024-08-20 07:11:17 +0300 |
commit | b4ed0089d7d1e01403a45af8e12889debf29b0f0 (patch) | |
tree | 8f6eb02f52e04818f571257f31ff9ffa446cbfc1 /.github/workflows/build.yaml | |
parent | c4e1b801b639c5408ec6e6aae615a4bf1e673efe (diff) |
Temporarily disable linux builds (#2059)
Diffstat (limited to '.github/workflows/build.yaml')
-rw-r--r-- | .github/workflows/build.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 8988453b0b..6fe5a75f48 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -48,9 +48,9 @@ jobs: matrix: runner: [windows-large, macos-12-xl] configuration: ${{ fromJSON(needs.setup.outputs.configurations) }} - include: - - runner: linux-large - configuration: ReleaseOS + # include: + # - runner: linux-large + # configuration: ReleaseOS runs-on: ${{ matrix.runner }} outputs: viewer_channel: ${{ steps.build.outputs.viewer_channel }} |