Skip to content

Commit d66c041

Browse files
committed
ci: test macos latest
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 7a729d1 commit d66c041

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/python.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)