From 34090447378b4bda04242eedb12bd06feba43248 Mon Sep 17 00:00:00 2001 From: vaisakhkannan Date: Tue, 14 Jan 2025 11:18:35 +0530 Subject: [PATCH] Update build.yaml --- .github/workflows/build.yaml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 8041fe604..f8cd068f7 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -60,21 +60,24 @@ jobs: include: - runtime: linux os: ubuntu-latest + is24.0.9: false reportName: linux-test-report - runtime: mac os: macOS-latest + is24.0.9: false reportName: mac-test-report - runtime: windows os: windows-latest + is24.0.9: false reportName: windows-test-report - - runtime: mac - os: macOS-latest - is24.0.9: true - reportName: mac-test-report + exclude: - runtime: windows + is24.0.9: true os: windows-latest + - runtime: mac is24.0.9: true - reportName: windows-test-report + os: macOS-latest + env: USE_LOCAL_PLUGIN: ${{ inputs.useLocalPlugin || false }} REF_LSP4IJ: ${{ inputs.refLsp4ij }}