Skip to content

Commit

Permalink
Use MacOS 13 runner for python matrix, latest for 3.12
Browse files Browse the repository at this point in the history
As the MacOS 14+ runners use the M1 chip and those don't support python
versions older than 3.10
  • Loading branch information
nsmith- committed Jun 18, 2024
1 parent 3576fc2 commit d6f084d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,14 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.7", "3.11", "3.12"]
runs-on: [ubuntu-latest, macos-latest, windows-latest]
runs-on: [ubuntu-latest, macos-13, windows-latest]

include:
- python-version: pypy-3.7
- python-version: pypy-3.8
runs-on: ubuntu-latest

- python-version: "3.12"
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit d6f084d

Please sign in to comment.