Skip to content

Commit 40e4894

Browse files
committed
ci-bonsai-daily - exclude intel mac build for Python 3.13
Since Blender dropped support for it in Blender 5.0 and Python 3.13 is only needed for Blender 5.1.
1 parent 91ee2b9 commit 40e4894

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/ci-bonsai-daily.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@ jobs:
5353
name: "MacOS ARM Build",
5454
short_name: macosm1,
5555
}
56+
exclude:
57+
# Python 3.13 is needed for Blender 5.1+ and Blender dropped Intel Mac support in 5.0.
58+
- pyver: py313
59+
config:
60+
short_name: macos
5661
steps:
5762
- uses: actions/checkout@v6
5863
- uses: actions/setup-python@v6 # https://github.com/actions/setup-python

0 commit comments

Comments
 (0)