Skip to content

Commit

Permalink
adding multiple os
Browse files Browse the repository at this point in the history
  • Loading branch information
vaisakhkannan committed Jan 14, 2025
1 parent 6f88e2f commit 9085e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, macOS-latest, windows-latest ]
os: [ ubuntu-latest, macOS-latest, windows-latest, windows-latest, macOS-latest, ubuntu-latest ]
# Adding a check to verify if 'refLTITag' is equal to '24.0.9'.
# This code can be removed once the '24.0.9' version is removed from the 'tag' array in the cron job build, and the previous code can be added back.
is24.0.9:
Expand Down

0 comments on commit 9085e7e

Please sign in to comment.