Skip to content

Commit 2227f98

Browse files
committed
ci: test macos latest
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent aa97f6d commit 2227f98

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

.github/workflows/python.yml

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,17 +115,31 @@ jobs:
115115
strategy:
116116
fail-fast: false
117117
matrix:
118-
os: ['ubuntu-latest', 'windows-latest', 'macos-13']
118+
os:
119+
- ubuntu-latest
120+
- macos-latest
121+
- windows-latest
119122
python-version:
120123
- "3.13" # highest supported
121124
- "3.12"
122125
- "3.11"
123126
- "3.10"
124127
- "3.9"
125-
- "3.8" # lowest supported
128+
- "3.8" # lowest supported -- handled in include
126129
toxenv-factors:
127130
- '-allExtras'
128131
- '-noExtras'
132+
exclude:
133+
- # macos-latest might be incompatible to py38 - see https://github.com/CycloneDX/cyclonedx-python-lib/pull/599#issuecomment-2077462142
134+
os: macos-latest
135+
python-version: '3.8'
136+
include:
137+
- os: macos-13
138+
python-version: '3.8'
139+
toxenv-factors: '-allExtras'
140+
- os: macos-13
141+
python-version: '3.8'
142+
toxenv-factors: '-noExtras'
129143
steps:
130144
- name: Disabled Git auto EOL CRLF transforms
131145
run: |

0 commit comments

Comments
 (0)