Skip to content

Commit

Permalink
Refine support for macOS Python
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe Ombredanne <[email protected]>
  • Loading branch information
pombredanne committed Feb 13, 2024
1 parent 3313114 commit 9e9c9cf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test-and-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,13 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, ubuntu-22.04, macos-11, macos-12, macos-13, macos-14, windows-2019, windows-2022]
os: [ubuntu-20.04, ubuntu-22.04, macos-11, macos-12, macos-13, windows-2019, windows-2022]
python: ["3.8", "3.9", "3.10", "3.11", "3.12"]

include:
- os: macos-14
python: ["3.10", "3.11", "3.12"]

steps:
- name: Set up Python
uses: actions/setup-python@v2
Expand Down

0 comments on commit 9e9c9cf

Please sign in to comment.