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 520bde7 commit caa09b8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,6 @@ jobs:
is24.0.9:
- ${{ inputs.refLTITag == '24.0.9' }}
# 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:
- runtime: windows
is24.0.9: true
os: windows-latest
- runtime: mac
is24.0.9: true
os: macOS-latest
include:
- runtime: linux
os: ubuntu-latest
Expand All @@ -74,6 +67,13 @@ jobs:
- runtime: windows
os: windows-latest
reportName: windows-test-report
exclude:
- runtime: windows
is24.0.9: true
os: windows-latest
- runtime: mac
is24.0.9: true
os: macOS-latest
env:
USE_LOCAL_PLUGIN: ${{ inputs.useLocalPlugin || false }}
REF_LSP4IJ: ${{ inputs.refLsp4ij }}
Expand Down

0 comments on commit caa09b8

Please sign in to comment.