mirror of
https://github.com/sharkdp/fd.git
synced 2024-11-17 09:28:25 +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
|
||||
rust: nightly
|
||||
env: TARGET=x86_64-unknown-linux-musl
|
||||
- os: osx
|
||||
rust: nightly
|
||||
env: TARGET=x86_64-apple-darwin
|
||||
# currently disabled
|
||||
# - os: osx
|
||||
# rust: nightly
|
||||
# env: TARGET=x86_64-apple-darwin
|
||||
# Beta channel.
|
||||
- os: linux
|
||||
rust: beta
|
||||
|
|
Loading…
Reference in a new issue