Skip to content

Commit

Permalink
workflow remove every OS but windows
Browse files Browse the repository at this point in the history
jmillan committed May 15, 2024
1 parent 33a7360 commit 439874f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/mediasoup-node.yaml
Original file line number Diff line number Diff line change
@@ -13,19 +13,19 @@ 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:
- Release
- Debug
# - Debug

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

0 comments on commit 439874f

Please sign in to comment.