disable macOS tests (#6825)
This commit is contained in:
parent
427e2b03ed
commit
0c2107af7c
|
@ -22,7 +22,8 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
# TODO: Windows was removed for now, see https://github.com/ZcashFoundation/zebra/issues/3801
|
||||
os: [ubuntu-latest, macos-latest]
|
||||
# TODO: macOS tests were removed for now, see https://github.com/ZcashFoundation/zebra/issues/6824
|
||||
os: [ubuntu-latest]
|
||||
rust: [stable, beta]
|
||||
features: ["", " --features getblocktemplate-rpcs"]
|
||||
exclude:
|
||||
|
|
|
@ -69,7 +69,8 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
# TODO: Windows was removed for now, see https://github.com/ZcashFoundation/zebra/issues/3801
|
||||
os: [ubuntu-latest, macos-latest]
|
||||
# TODO: macOS tests were removed for now, see https://github.com/ZcashFoundation/zebra/issues/6824
|
||||
os: [ubuntu-latest]
|
||||
rust: [stable, beta]
|
||||
features: ["", " --features getblocktemplate-rpcs"]
|
||||
exclude:
|
||||
|
|
Loading…
Reference in New Issue