File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ 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
@@ -171,6 +171,13 @@ jobs:
171171 - " 3.10"
172172 - " 3.9"
173173 - " 3.8" # lowest supported -- handled in include
174+ exclude :
175+ - # macos-latest might be incompatible to py38 - see https://github.com/CycloneDX/cyclonedx-python-lib/pull/599#issuecomment-2077462142
176+ os : macos-latest
177+ python-version : " 3.8"
178+ include :
179+ - os : macos-13
180+ python-version : " 3.8"
174181 steps :
175182 - name : Checkout
176183 # see https://github.com/actions/checkout
You can’t perform that action at this time.
0 commit comments