From d25b1560836c0dd2ba02021ca8116829834c3df6 Mon Sep 17 00:00:00 2001 From: msclock Date: Mon, 5 Feb 2024 14:26:20 +0800 Subject: [PATCH] ci: only run ubuntu-latest Signed-off-by: msclock --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0ff78a5..41a7cb6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: fail-fast: false matrix: python-version: ["3.7", "3.8", "3.12"] - runs-on: [ubuntu-latest, macos-latest, windows-latest] + runs-on: [ubuntu-latest] include: - python-version: pypy-3.10