diff options
author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2024-07-24 09:00:03 +0300 |
---|---|---|
committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2024-07-24 09:00:03 +0300 |
commit | 25e9c61eef179c7ad79d19261f72c1bc85a3ff1b (patch) | |
tree | ed39003142ea6d8672e77035ea2b872ec59587ce /.github | |
parent | 4f83c99e619c7599a49576044828a834a8491ca4 (diff) |
Temporarily disable linux build
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 186306dc86..a4c354ff77 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -45,7 +45,8 @@ jobs: needs: setvar strategy: matrix: - runner: [windows-large, macos-12-xl, linux-large] + # runner: [windows-large, macos-12-xl, linux-large] + runner: [windows-large, macos-12-xl] configuration: [Release, ReleaseOS] Linden: [true] include: |