Mac-OS 12 runner image inconsistency: some use Python 2 instead of Python 3 when using shell: python
#8842
Closed
2 of 10 tasks
Labels
Description
Some Mac-OS 12 runner images changed the Python version used by
shell: python
from 3 to 2:Broken image:
Working image:
Platforms affected
Runner images affected
Image version and build link
https://github.com/Release-Candidate/OCaml-Buck-2-Examples/actions/runs/6920546919/job/18825156355
Is it regression?
https://github.com/Release-Candidate/OCaml-Buck-2-Examples/actions/runs/6850661919/job/18625271291
Expected behavior
The Python version used by
shell: python
is consistently Python 3, the same as all other runners (ubuntu-latest
,windows-latest
).Actual behavior
A Python 2 interpreter is used by
shell: python
in some MacOS 12 runner images.Repro steps
Use this Runner:
Check the version of Python used by
shell: python
The text was updated successfully, but these errors were encountered: