From c72068ab424a1ab7205753c7d67f1937f52e0b6e Mon Sep 17 00:00:00 2001 From: hasansezertasan Date: Sat, 8 Jun 2024 19:01:24 +0300 Subject: [PATCH] See: Pylons/hypatia#19 --- .github/workflows/ci-tests.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 4e7cacf7..7392358b 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -44,6 +44,15 @@ jobs: # PyPy3 on Windows doesn't seem to work - os: "windows-latest" py: "pypy-3.7" + # See: https://github.com/actions/setup-python/issues/850 + - os: macos-latest + py: "3.7" + - os: macos-latest + py: "3.8" + - os: macos-latest + py: "3.9" + - os: macos-latest + py: "3.10" name: "Python: ${{ matrix.py }}-${{ matrix.architecture }} on ${{ matrix.os }}" runs-on: ${{ matrix.os }} steps: