Skip to content

Commit

Permalink
ci: update python-app workflow
Browse files Browse the repository at this point in the history
Use macos-13 runner for python 3.8 & 3.9
  • Loading branch information
StephenGemin committed Apr 25, 2024
1 parent 9d8c1b6 commit 582d573
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,14 @@ jobs:
matrix:
python-version: [ 3.8, 3.9, "3.10", "3.11", "3.12" ]
os: [ ubuntu-latest, macos-latest, windows-latest ]
# Python <3.10 not available for macos-latest (macos-14-arm64)
# https://github.com/actions/setup-python/issues/696#issuecomment-1637587760
exclude:
- os: macos-latest
python-version: 3.8
- os: macos-latest
python-version: 3.9
- { python-version: 3.8, os: macos-latest }
- { python-version: 3.9, os: macos-latest }
include:
- { python-version: 3.8, os: macos-13, name: "3.8, macos-13" }
- { python-version: 3.9, os: macos-13, name: "3.9, macos-13" }

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 582d573

Please sign in to comment.