summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/build.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 542b8762ef..4adda46b5a 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -25,7 +25,7 @@ jobs:
configuration: Release
runs-on: ${{ matrix.runner }}
# Linux build failures shouldn't block the whole project.
- continue-on-error: ${{ runner.os == 'Linux' }}
+ continue-on-error: ${{ matrix.runner == 'linux-large' }}
outputs:
viewer_channel: ${{ steps.build.outputs.viewer_channel }}
viewer_version: ${{ steps.build.outputs.viewer_version }}