Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
vaisakhkannan committed Jan 9, 2025
1 parent b4986c9 commit c502775
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,15 @@ jobs:
- runtime: linux
os: ubuntu-latest
reportName: linux-test-report
# Include macOS and Windows only if refLTITag is not 24.0.9
- runtime: mac
os: macOS-latest
reportName: mac-test-report
refLTITagCheck: ${{ inputs.refLTITag != '24.0.9' }}
- runtime: windows
os: windows-latest
reportName: windows-test-report
refLTITagCheck: ${{ inputs.refLTITag != '24.0.9' }}
env:
USE_LOCAL_PLUGIN: ${{ inputs.useLocalPlugin || false }}
REF_LSP4IJ: ${{ inputs.refLsp4ij }}
Expand Down

0 comments on commit c502775

Please sign in to comment.