Skip to content

Commit

Permalink
workflow: fix tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
jmillan committed May 21, 2024
1 parent 147b08d commit a258ea6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/mediasoup-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@ jobs:
matrix:
ci:
- os: ubuntu-20.04
node: 18
node: 18
- os: ubuntu-22.04
node: 20
node: 20
- os: macos-12
node: 18
node: 18
- os: macos-14
node: 20
node: 20
- os: windows-2022
node: 20
build-type:
- Release
# - Debug
- Debug

runs-on: ${{ matrix.ci.os }}

Expand Down

0 comments on commit a258ea6

Please sign in to comment.