Skip to content

Commit

Permalink
multiple os
Browse files Browse the repository at this point in the history
  • Loading branch information
vaisakhkannan committed Jan 15, 2025
1 parent 540845e commit fca58eb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,11 @@ on:

jobs:
build:
name: Build on ${{ matrix.os == 'macOS-latest' && 'Mac' || matrix.os == 'ubuntu-latest' && 'Ubuntu' || matrix.os == 'windows-latest' && 'Windows' }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, macOS-latest, windows-latest ]
os: [ ubuntu-latest, macOS-latest, windows-latest, ubuntu-latest, macOS-latest, windows-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.
excludeLTITag:
Expand Down

0 comments on commit fca58eb

Please sign in to comment.