From 865125d9da247f8828240060862782020964bf93 Mon Sep 17 00:00:00 2001 From: Nat Goodspeed Date: Thu, 16 May 2024 15:09:41 -0400 Subject: Don't introduce a fourth build (second Linux build) --- .github/workflows/build.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 73c110277f..542b8762ef 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -13,12 +13,9 @@ jobs: matrix: runner: [windows-large, macos-12-xl, linux-large] configuration: [Release, ReleaseOS] - Linux: [false] include: - runner: macos-12-xl developer_dir: "/Applications/Xcode_14.0.1.app/Contents/Developer" - - runner: linux-large - Linux: true exclude: - runner: windows-large configuration: ReleaseOS @@ -28,7 +25,7 @@ jobs: configuration: Release runs-on: ${{ matrix.runner }} # Linux build failures shouldn't block the whole project. - continue-on-error: ${{ matrix.Linux }} + continue-on-error: ${{ runner.os == 'Linux' }} outputs: viewer_channel: ${{ steps.build.outputs.viewer_channel }} viewer_version: ${{ steps.build.outputs.viewer_version }} -- cgit v1.2.3