mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-22 03:30:37 +00:00
cl: disable spec-integration CI on mac - until flaky test fix (#8812)
See Issue #8789
This commit is contained in:
parent
43b8cbbdeb
commit
30c05cc7a9
@ -20,7 +20,9 @@ jobs:
|
||||
tests:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ ubuntu-20.04, macos-11 ] # list of os: https://github.com/actions/virtual-environments
|
||||
# disable macos-11 until https://github.com/ledgerwatch/erigon/issues/8789
|
||||
# os: [ ubuntu-20.04, macos-11 ] # list of os: https://github.com/actions/virtual-environments
|
||||
os: [ ubuntu-20.04 ] # list of os: https://github.com/actions/virtual-environments
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user