From 6b8a8d00e79e124e97f8a08cf9611559c3931535 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonard=20N=C3=BCrnberg?= Date: Thu, 25 Apr 2024 10:46:10 +0200 Subject: [PATCH] fix: ci for mac os latest now points to arm64 based image and doesn't support python < 3.10 See issue: - https://github.com/actions/setup-python/issues/696 - https://github.com/actions/setup-python/issues/850 --- .github/workflows/ci.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 57f90eb..7163e8a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,6 +47,13 @@ jobs: - python-version: pypy-3.10 runs-on: ubuntu-latest + - python-version: "3.10" + runs-on: macos-latest + + exclude: + - python-version: "3.8" + runs-on: macos-latest + steps: - uses: actions/checkout@v4 with: @@ -72,8 +79,7 @@ jobs: checks-cibw: name: > - Check Python ${{ matrix.python-version }} on ${{ matrix.runs-on }} (${{ - matrix.arch }}) + Check Python ${{ matrix.python-version }} on ${{ matrix.runs-on }} (${{matrix.arch }}) runs-on: ${{ matrix.runs-on }} needs: [pre-commit] strategy: