Skip to content

Commit 6ca7829

Browse files
authored
ci: test macos latest (#864)
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 9a5e6d8 commit 6ca7829

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/workflows/python.yml

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

0 commit comments

Comments
 (0)