Skip to content

Commit 8f73df4

Browse files
authored
Update CI workflow to use only Ubuntu
1 parent 69786e4 commit 8f73df4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cargo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
name: Test
1919
strategy:
2020
matrix:
21-
os: ["ubuntu-latest", "macos-latest"]
21+
os: ["ubuntu-latest"] #, "macos-latest"]
2222
toolchain:
2323
# - 1.65.0 # min supported version (https://github.com/webrtc-rs/webrtc/#toolchain)
2424
- stable

0 commit comments

Comments
 (0)