We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69786e4 commit 8f73df4Copy full SHA for 8f73df4
.github/workflows/cargo.yml
@@ -18,7 +18,7 @@ jobs:
18
name: Test
19
strategy:
20
matrix:
21
- os: ["ubuntu-latest", "macos-latest"]
+ os: ["ubuntu-latest"] #, "macos-latest"]
22
toolchain:
23
# - 1.65.0 # min supported version (https://github.com/webrtc-rs/webrtc/#toolchain)
24
- stable
0 commit comments