From 67fb99593b1743c5e0419de1e5835792c0a5ba0c Mon Sep 17 00:00:00 2001 From: Jens Vagelpohl Date: Fri, 26 Apr 2024 08:47:38 +0200 Subject: [PATCH] - fix second matrix definition --- .github/workflows/tests.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c374be8..6cdffca 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -268,6 +268,11 @@ jobs: exclude: - os: macos-latest python-version: "pypy-3.10" + - os: macos-latest + python-version: "3.7" + include: + - os: macos-12 + python-version: "3.7" steps: - name: checkout