From 6973625e616cfe719db43384371963b80ac15ff8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20Paduszy=C5=84ski?= Date: Wed, 22 Jul 2026 23:18:44 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Remove=20macOS=20and=20Windows?= =?UTF-8?q?=20from=20CI=20test=20matrix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-package.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/build-package.yml b/.github/workflows/build-package.yml index 076eaff..881021f 100644 --- a/.github/workflows/build-package.yml +++ b/.github/workflows/build-package.yml @@ -40,14 +40,7 @@ jobs: uv run nox -s ${{ matrix.session }} test: name: Run tests - runs-on: ${{ matrix.platform }} - strategy: - matrix: - platform: - - ubuntu-latest - - macos-latest - - windows-latest - fail-fast: false + runs-on: ubuntu-latest steps: - name: Check out 🎉 uses: actions/checkout@v4.2.2 @@ -62,7 +55,6 @@ jobs: run: uv run nox -s test - name: Upload coverage reports to Codecov ⛱️ - if: ${{ matrix.platform == 'ubuntu-latest' }} uses: codecov/codecov-action@v5.4.0 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}