Skip to content

Commit

Permalink
remove mac from ci
Browse files Browse the repository at this point in the history
since I do not have arm mac env and I can not prepare libwebrtc on that
environment.

Signed-off-by: Yuji Ito <llamerada.jp@gmail.com>
  • Loading branch information
llamerada-jp committed Apr 22, 2024
1 parent eb04636 commit 0130d13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
timeout-minutes: 60
strategy:
matrix:
os: [ubuntu-22.04, macos-latest]
# removing macos-latest since libwebrtc is not available on macos
os: [ubuntu-22.04]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v5
Expand Down

0 comments on commit 0130d13

Please sign in to comment.