Skip to content

Commit

Permalink
try again to fix MacOS Python 3.10 CI errors: force macos-13 instead …
Browse files Browse the repository at this point in the history
…of -latest since new M1 runners don't have 3.10
  • Loading branch information
ikluft committed May 6, 2024
1 parent 7e86aa8 commit 7055880
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ jobs:
runner: [ubuntu-latest, macos-latest]
python-version: ['3.10', '3.11', '3.12']
exclude:
- runner: macos-latest
python-version: ['3.10']
- {python-version: "3.10", runner: "macos-latest"}
include:
- {python-version: "3.10", runner: "macos-13"}
runs-on: ${{matrix.runner}}
name: OS ${{matrix.runner}} Python ${{matrix.python-version}}
steps:
Expand Down

0 comments on commit 7055880

Please sign in to comment.