File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -162,14 +162,24 @@ jobs:
162162 matrix :
163163 os :
164164 - ubuntu-latest
165- - macos-13 # macos- latest might be incompatible to py38 - see https://github.com/CycloneDX/cyclonedx-python-lib/pull/599#issuecomment-2077462142
165+ - macos-latest
166166 - windows-latest
167167 python-version :
168168 - " 3.13" # highest supported
169169 - " 3.12"
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
You can’t perform that action at this time.
0 commit comments