Skip to content

Commit ac9cb8e

Browse files
committed
ci
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 97ed561 commit ac9cb8e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/python.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,16 @@ jobs:
170170
- "3.11"
171171
- "3.10"
172172
- "3.9" # lowest supported -- handled in include
173+
exclude:
174+
- os: macos-latest
175+
python-version: "3.10"
176+
- os: macos-latest
177+
python-version: "3.9"
178+
include:
179+
- os: macos-13
180+
python-version: "3.10"
181+
- os: macos-13
182+
python-version: "3.9"
173183
steps:
174184
- name: Checkout
175185
# see https://github.com/actions/checkout

0 commit comments

Comments
 (0)