ci: macos: Choose python version
authorAndres Freund <andres@anarazel.de>
Mon, 25 Mar 2024 20:06:58 +0000 (13:06 -0700)
committerAndres Freund <andres@anarazel.de>
Mon, 25 Mar 2024 23:39:08 +0000 (16:39 -0700)
commitc6f09e188bbc5df8fd96682ba19e96f19d137eb2
treeaa70e892f543b97e685e31c9b6a78114d30d62a7
parent8ffc2aa720a2bdef33b16609ed4f8ed07932c141
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.
.cirrus.tasks.yml