Skip to content

Commit

Permalink
CI: Remove deprecated ubuntu-20.04 host and add windows-2025
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Mar 7, 2025
1 parent fb370cb commit f56989c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/mediasoup-client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
strategy:
matrix:
ci:
- os: ubuntu-20.04
node: 18
- os: ubuntu-22.04
node: 18
- os: ubuntu-24.04
node: 20
- os: ubuntu-24.04
node: 22
Expand All @@ -30,6 +30,8 @@ jobs:
- os: macos-15
node: 22
- os: windows-2022
node: 20
- os: windows-2025
node: 22

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

0 comments on commit f56989c

Please sign in to comment.