From fca58ebb20a4013a7151a57bd816d8e92ed2377f Mon Sep 17 00:00:00 2001 From: vaisakhkannan Date: Wed, 15 Jan 2025 09:47:32 +0530 Subject: [PATCH] multiple os --- .github/workflows/build.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 845bd5463..b118b3d0f 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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: