Skip to content

Commit

Permalink
CI: Remove machines with arch arm64 (#1373)
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc authored Apr 10, 2024
1 parent 09c1ba5 commit 8be8493
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 40 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/mediasoup-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@ jobs:
node: 18
- os: ubuntu-22.04
node: 20
- os: ubuntu-20.04
node: 18
arch: arm64
- os: ubuntu-22.04
node: 20
arch: arm64
- os: macos-12
node: 18
- os: macos-14
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/mediasoup-rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ jobs:
ci:
- os: ubuntu-20.04
- os: ubuntu-22.04
- os: ubuntu-20.04
arch: arm64
- os: ubuntu-22.04
arch: arm64
- os: macos-12
- os: macos-14
- os: windows-2022
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/mediasoup-worker-fuzzer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ jobs:
- os: ubuntu-22.04
cc: clang
cxx: clang++
- os: ubuntu-22.04
cc: clang
cxx: clang++
arch: arm64
build-type:
- Release
- Debug
Expand Down
10 changes: 0 additions & 10 deletions .github/workflows/mediasoup-worker-prebuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,6 @@ jobs:
- os: ubuntu-22.04
cc: gcc
cxx: g++
# Worker prebuild for Linux on arm64.
- os: ubuntu-20.04
cc: gcc
cxx: g++
arch: arm64
# Worker prebuild for Linux on arm64.
- os: ubuntu-22.04
cc: gcc
cxx: g++
arch: arm64
- os: macos-12
cc: clang
cxx: clang++
Expand Down
16 changes: 0 additions & 16 deletions .github/workflows/mediasoup-worker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,22 +25,6 @@ jobs:
- os: ubuntu-22.04
cc: clang
cxx: clang++
- os: ubuntu-20.04
cc: gcc
cxx: g++
arch: arm64
- os: ubuntu-20.04
cc: clang
cxx: clang++
arch: arm64
- os: ubuntu-22.04
cc: gcc
cxx: g++
arch: arm64
- os: ubuntu-22.04
cc: clang
cxx: clang++
arch: arm64
- os: macos-12
cc: gcc
cxx: g++
Expand Down

0 comments on commit 8be8493

Please sign in to comment.