Skip to content

Commit 7f6c729

Browse files
authored
Update .github/workflows/python.yml
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 9d6eb92 commit 7f6c729

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
matrix:
118118
os:
119119
- ubuntu-latest
120-
- macos-latest
120+
- macos-13 # macos-latest might be incompatible to py310 - see https://github.com/CycloneDX/cyclonedx-python-lib/pull/599#issuecomment-2077462142
121121
- windows-latest
122122
python-version:
123123
- "3.13" # highest supported

0 commit comments

Comments
 (0)