Skip to content

Commit

Permalink
iter
Browse files Browse the repository at this point in the history
  • Loading branch information
Arun-Prasad-V committed Jun 12, 2024
1 parent a0e5d9e commit b5d33c3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/buildsCI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,11 @@ jobs:

#--------------------------------------------------------------------------------
U24_SH_RSUSB_LiveTest: # Ubuntu 2024, Shared, Legacy live-tests
runs-on: ubuntu-24.04
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-22.04, ubuntu-24.04]
name: Build on ${{ matrix.os }}
timeout-minutes: 60
env:
LRS_BUILD_NODEJS: true
Expand Down

0 comments on commit b5d33c3

Please sign in to comment.