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 91ee2b9 commit 40e4894Copy full SHA for 40e4894
1 file changed
.github/workflows/ci-bonsai-daily.yml
@@ -53,6 +53,11 @@ jobs:
53
name: "MacOS ARM Build",
54
short_name: macosm1,
55
}
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
61
steps:
62
- uses: actions/checkout@v6
63
- uses: actions/setup-python@v6 # https://github.com/actions/setup-python
0 commit comments