brain-microstructure-exploration-tools / abcd-microstructure-pipelines

Processing pipelines to extract brain microstructure from ABCD Study dMRI
Apache License 2.0
0 stars 1 forks source link

ci: fix macos python version #33

Closed ebrahimebrahim closed 6 months ago

ebrahimebrahim commented 6 months ago

The macos python3.9 CI failure is due to this. We chose macos-latest here and it seems that that macos-latest has changed such that it now points to macos-14-arm64. Python 3.9 isn't supported by the setup-python action on the platform macos-14-arm64.