From 305b7d3af5704948b83f398d8a3b43070fc9a9e9 Mon Sep 17 00:00:00 2001 From: rustaceanrob Date: Thu, 17 Jul 2025 10:03:50 +0100 Subject: [PATCH] ci: Remove platform matrix `bitcoind` regression tests need only run on Linux --- .github/workflows/rust.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 3ddab45..009283f 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -31,10 +31,7 @@ jobs: - run: just check # Build and test the code across platforms. test: - strategy: - matrix: - platform: [ubuntu-latest, macos-latest, windows-latest] - runs-on: ${{ matrix.platform }} + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - uses: extractions/setup-just@v3