We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d6eb92 commit 7f6c729Copy full SHA for 7f6c729
.github/workflows/python.yml
@@ -117,7 +117,7 @@ jobs:
117
matrix:
118
os:
119
- ubuntu-latest
120
- - macos-latest
+ - macos-13 # macos-latest might be incompatible to py310 - see https://github.com/CycloneDX/cyclonedx-python-lib/pull/599#issuecomment-2077462142
121
- windows-latest
122
python-version:
123
- "3.13" # highest supported
0 commit comments