Skip to content

Commit

Permalink
added os name
Browse files Browse the repository at this point in the history
  • Loading branch information
vaisakhkannan committed Jan 15, 2025
1 parent b09108a commit 8cfeed0
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,17 @@ 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
name: mac-1
os:
name: mac-1
- excludeLTITag: true
name: windows-1
os:
name: mac-2
- excludeLTITag: true
name: mac-2
os:
name: windows-1
- excludeLTITag: true
name: windows-2
os:
name: windows-2
env:
USE_LOCAL_PLUGIN: ${{ inputs.useLocalPlugin || false }}
REF_LSP4IJ: ${{ inputs.refLsp4ij }}
Expand Down

0 comments on commit 8cfeed0

Please sign in to comment.