From 37042af3ef849825925142970b5dbdc1742e80dc Mon Sep 17 00:00:00 2001 From: Anson <58594437+AnsonDev42@users.noreply.github.com> Date: Sat, 20 Apr 2024 13:38:45 +0100 Subject: [PATCH] ci: test on ubuntu only --- .github/workflows/pytest-ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/pytest-ci.yml b/.github/workflows/pytest-ci.yml index a6dac9c..d500e45 100644 --- a/.github/workflows/pytest-ci.yml +++ b/.github/workflows/pytest-ci.yml @@ -31,11 +31,9 @@ jobs: strategy: matrix: py: - - "3.12.1" - - "3.12.3" + - "3.12.2" os: - ubuntu-latest - - macos-latest steps: - uses: actions/checkout@v4 with: