CI: Pin Python 3.12.3 to workaround GHA issue

macOS runners can't extract the 3.12.4 tarball properly it seems.
https://github.com/actions/setup-python/issues/886
This commit is contained in:
Rémi Verschelde 2024-06-10 11:29:54 +02:00
parent 5833f59786
commit 4fd7b2fc0f
No known key found for this signature in database
GPG key ID: C3336907360768E1

View file

@ -3,7 +3,7 @@ description: Setup Python, install the pip version of SCons.
inputs:
python-version:
description: The Python version to use.
default: "3.x"
default: "3.12.3"
python-arch:
description: The Python architecture.
default: "x64"