Skip to content

Commit 2ce9eae

Browse files
committed
ci: test macos latest
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent acf5c45 commit 2ce9eae

File tree

1 file changed

+22
-4
lines changed

1 file changed

+22
-4
lines changed

.github/workflows/python.yml

+22-4
Original file line numberDiff line numberDiff line change
@@ -117,17 +117,35 @@ jobs:
117117
matrix:
118118
os:
119119
- ubuntu-latest
120-
- macos-13 # macos-latest might be incompatible to py310 - see https://github.com/CycloneDX/cyclonedx-python-lib/pull/599#issuecomment-2077462142
120+
- macos-latest
121121
- windows-latest
122122
python-version:
123123
- "3.13" # highest supported
124124
- "3.12"
125125
- "3.11"
126126
- "3.10"
127-
- "3.9" # lowest supported
127+
- "3.9" # lowest supported
128128
toxenv-factors:
129-
- '-allExtras'
130-
- '-noExtras'
129+
- "-allExtras"
130+
- "-noExtras"
131+
exclude:
132+
- os: macos-latest
133+
python-version: "3.10"
134+
- os: macos-latest
135+
python-version: "3.9"
136+
include:
137+
- os: macos-13
138+
python-version: "3.10"
139+
toxenv-factors: "-allExtras"
140+
- os: macos-13
141+
python-version: "3.10"
142+
toxenv-factors: "-noExtras"
143+
- os: macos-13
144+
python-version: "3.9"
145+
toxenv-factors: "-allExtras"
146+
- os: macos-13
147+
python-version: "3.9"
148+
toxenv-factors: "-noExtras"
131149
steps:
132150
- name: Disabled Git auto EOL CRLF transforms
133151
run: |

0 commit comments

Comments
 (0)