From eaf7023c2674100e3c165428cd70332fea51c2d7 Mon Sep 17 00:00:00 2001 From: msclock Date: Mon, 4 Mar 2024 08:43:39 +0800 Subject: [PATCH] ci: simplify the os matrix Signed-off-by: msclock --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2cd1916..e8f92a1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: fail-fast: false matrix: python-version: ["3.8", "3.12"] - runs-on: [ubuntu-latest, macos-latest, windows-latest] + runs-on: [ubuntu-latest] include: - python-version: pypy-3.10 @@ -72,7 +72,7 @@ jobs: strategy: fail-fast: false matrix: - runs-on: [ubuntu-latest, windows-latest] + runs-on: [ubuntu-latest] runs-on: ${{ matrix.runs-on }} timeout-minutes: 15