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 14, 2025
1 parent f26f02d commit 3409044
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 3409044

Please sign in to comment.