Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ci): pin Python 3.11 on the CI (#13011)
GH Actions comes with Python 3.12 by default if version 3.x specified. `distutils` has been removed from 3.12, which causes a build problem with `node-gyp`. This commit pins the Python version to 3.11 on the CI. Ref: nodejs/node-gyp#2869 Closes #13008 Signed-off-by: Akos Kitta <[email protected]>
- Loading branch information