Compare commits

..

No commits in common. 'ce32bafbb5d716bde61830f71266410249d43dbc' and '21cbc3179a51fd98958e3ccc837df88aabbf6061' have entirely different histories.

  1. 1
      .github/workflows/unittests.yml

1
.github/workflows/unittests.yml

@ -7,7 +7,6 @@ jobs:
name: python ${{ matrix.python-version }}, bitcoind ${{ matrix.bitcoind-version }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [macos-13, ubuntu-latest]
python-version: ["3.9", "3.13"]

Loading…
Cancel
Save