Skip to content

Commit

Permalink
CI: deprecate node12
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Oct 17, 2024
1 parent c86a78a commit 8c6f7ef
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/mediasoup-client-aiortc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,11 @@ jobs:
node: 20
- os: ubuntu-24.04
node: 22
- os: macos-12
node: 20
- os: macos-13
node: 18
- os: macos-14
node: 20
- os: macos-15
node: 22

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

0 comments on commit 8c6f7ef

Please sign in to comment.