Skip to content

Commit

Permalink
workflow: enable all OS in mediasoup-node
Browse files Browse the repository at this point in the history
  • Loading branch information
jmillan committed May 21, 2024
1 parent 85784ad commit b3044ad
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/mediasoup-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ jobs:
strategy:
matrix:
ci:
# - os: ubuntu-20.04
# node: 18
# - os: ubuntu-22.04
# node: 20
# - os: macos-12
# node: 18
# - os: macos-14
# node: 20
- os: ubuntu-20.04
node: 18
- os: ubuntu-22.04
node: 20
- os: macos-12
node: 18
- os: macos-14
node: 20
- os: windows-2022
node: 20
build-type:
Expand Down
1 change: 0 additions & 1 deletion node/src/workerChannel/binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
# 2 - MultiThreadedDLL (/MD)
# 3 - MultiThreadedDebugDLL (/MDd)
'RuntimeLibrary': '<(runtime_library)',
# 'AdditionalOptions': [ '/MT' ],
},
'VCLinkerTool': {
'AdditionalOptions': ['/FORCE:MULTIPLE'],
Expand Down

0 comments on commit b3044ad

Please sign in to comment.