macvim-dev / macvim

Vim - the text editor - for macOS
https://macvim.org
Vim License
7.47k stars 680 forks source link

Fix CI Python3 breakage #1438

Closed ychin closed 8 months ago

ychin commented 8 months ago

For some reason brew install python3 is failing in GitHub Action's macos-13 image due to stale 2to3/etc links. Simply remove the install step. We no longer need it as we have stable ABI now and we don't need latest version.

Also, fix Python 2's installation link using an outdated version for some reason.