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 c1cf73a commit eee9582Copy full SHA for eee9582
.github/workflows/CI.yaml
@@ -14,7 +14,7 @@ jobs:
14
strategy:
15
fail-fast: false
16
matrix:
17
- os: [ ubuntu-latest , windows-latest , macos-latest ]
+ os: [ ubuntu-latest , windows-latest ] #, macos-latest ]
18
rust: [ stable, beta, nightly ]
19
runs-on: ${{ matrix.os }}
20
steps:
0 commit comments