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 5064f93
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,18 @@ 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
include:
- os: macos-13
python-version: 3.8
- os: macos-13
python-version: 3.9

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

0 comments on commit 5064f93

Please sign in to comment.