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 15, 2025
1 parent fe23b25 commit 3b906fb
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,13 @@ jobs:
# Adding a check on macOS and Windows to verify if 'is24.0.9' is equal to 'true'. The value of 'is24.0.9' is used to determine whether the job need to be executed.
exclude:
- excludeLTITag: true
os: macOS-latest
os: mac-1
- excludeLTITag: true
os: windows-latest
os: windows-1
- excludeLTITag: true
os: mac-2
- excludeLTITag: true
os: windows-2
env:
USE_LOCAL_PLUGIN: ${{ inputs.useLocalPlugin || false }}
REF_LSP4IJ: ${{ inputs.refLsp4ij }}
Expand Down

0 comments on commit 3b906fb

Please sign in to comment.