Skip to content

Commit

Permalink
CI: Pin Python 3.12.3 to workaround GHA issue
Browse files Browse the repository at this point in the history
macOS runners can't extract the 3.12.4 tarball properly it seems.
actions/setup-python#886
  • Loading branch information
akien-mga committed Jun 10, 2024
1 parent 5833f59 commit 4fd7b2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/godot-deps/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4fd7b2f

Please sign in to comment.