mirror of
https://github.com/sharkdp/fd.git
synced 2024-11-17 17:35:16 +01:00
temporarily disable osx
This commit is contained in:
parent
3afd216008
commit
fe26f71582
1 changed files with 4 additions and 3 deletions
|
@ -14,9 +14,10 @@ matrix:
|
||||||
- os: linux
|
- os: linux
|
||||||
rust: nightly
|
rust: nightly
|
||||||
env: TARGET=x86_64-unknown-linux-musl
|
env: TARGET=x86_64-unknown-linux-musl
|
||||||
- os: osx
|
# currently disabled
|
||||||
rust: nightly
|
# - os: osx
|
||||||
env: TARGET=x86_64-apple-darwin
|
# rust: nightly
|
||||||
|
# env: TARGET=x86_64-apple-darwin
|
||||||
# Beta channel.
|
# Beta channel.
|
||||||
- os: linux
|
- os: linux
|
||||||
rust: beta
|
rust: beta
|
||||||
|
|
Loading…
Reference in a new issue