Skip to content

Commit

Permalink
fix: ci for mac os latest now points to arm64 based image and doesn't…
Browse files Browse the repository at this point in the history
… support python < 3.10

See issue:
- actions/setup-python#696
- actions/setup-python#850
  • Loading branch information
LennyN95 committed Apr 25, 2024
1 parent b17503c commit 6b8a8d0
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 6b8a8d0

Please sign in to comment.