Skip to content

Commit 5c3785c

Browse files
committed
ci: add docs for macos-13 runner
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent aa97f6d commit 5c3785c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/python.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,10 @@ jobs:
115115
strategy:
116116
fail-fast: false
117117
matrix:
118-
os: ['ubuntu-latest', 'windows-latest', 'macos-13']
118+
os:
119+
- ubuntu-latest
120+
- macos-13 # macos-latest might be incompatible to py38 - see https://github.com/CycloneDX/cyclonedx-python-lib/pull/599#issuecomment-2077462142
121+
- windows-latest
119122
python-version:
120123
- "3.13" # highest supported
121124
- "3.12"

0 commit comments

Comments
 (0)