From e11e545ea19613141a21089893fb168910ddb8d7 Mon Sep 17 00:00:00 2001 From: scito Date: Sat, 1 Mar 2025 17:17:54 +0100 Subject: [PATCH] ci: exclude pypy3.10 and pypy3.11 for macos-latest --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 63a7b94..dbef337 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,6 +32,10 @@ jobs: platform: "ubuntu-24.04-arm" - python-version: "pypy3.11" platform: "ubuntu-24.04-arm" + - python-version: "pypy3.10" + platform: "macos-latest" + - python-version: "pypy3.11" + platform: "macos-latest" runs-on: ${{ matrix.platform }}