ci: macos: Choose python version

Andres Freund <andres@anarazel.de>

Commit: 90677b52126af98d40676cd379b56b52e1428188
Author: Andres Freund <andres@anarazel.de>
Date: 2024-03-25T20:14:28Z
Releases: 16.3
ci: macos: Choose python version

The CI base image used to have a python3 with headers etc installed in PATH,
but doesn't anymore. Instead of relying on a specific version in the base
image, explicitly install one ourselves.

On 16 and HEAD this lead to a build without python support, but on 15 CI
failed, due to explicitly enabled python3 support.

Files

PathChange+/−
.cirrus.tasks.yml modified +3 −0