GHA: Target godot 4.2-stable

This commit is contained in:
Serhii Snitsaruk 2023-12-01 12:57:12 +01:00
parent 948e99a9ef
commit ada246acf9
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ on:
godot-treeish:
description: A tag, branch or commit hash in the Godot repository.
type: string
default: master
default: 4.2-stable
limboai-treeish:
description: A tag, branch or commit hash in the LimboAI repository.
type: string

View File

@ -21,7 +21,7 @@ on:
# Global settings
env:
GODOT_TREEISH: master
GODOT_TREEISH: 4.2-stable
SCONSFLAGS: verbose=yes warnings=extra werror=yes
SCONS_CACHE_LIMIT: 7168
DOTNET_NOLOGO: true