X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=.github%2Fworkflows%2Fbuild.yml;h=2ad6ccd7d65c72733c91be2df98691b099aca30d;hb=e20eeb03fbd3d91aa313fe9e1bd2218be0e70acb;hp=1a70ea03f9f973d1632ae776480e95085c5ac233;hpb=e9d2908765c3970f5d2d9e70eeb6459e47b372da;p=ldk-sample diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1a70ea0..2ad6ccd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,11 +6,12 @@ jobs: build: strategy: matrix: + platform: [ ubuntu-latest, macos-latest, windows-latest ] toolchain: [ stable, beta ] include: - toolchain: stable check-fmt: true - runs-on: ubuntu-latest + runs-on: ${{ matrix.platform }} steps: - name: Checkout source code uses: actions/checkout@v2