From 4fd7b2fc0fe654e1fa546881e58051a6aff00163 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Mon, 10 Jun 2024 11:29:54 +0200 Subject: [PATCH] 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 --- .github/actions/godot-deps/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/godot-deps/action.yml b/.github/actions/godot-deps/action.yml index 07a364cd79f6..607666ec5f80 100644 --- a/.github/actions/godot-deps/action.yml +++ b/.github/actions/godot-deps/action.yml @@ -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"