Skip to content

Commit

Permalink
GHA: Switch workflows to Godot 4.3 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
limbonaut committed Oct 13, 2024
1 parent 760af80 commit 7a1b56f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/all_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
godot-ref:
description: A tag, branch or commit hash in the Godot repository.
type: string
default: 4.3-stable
default: 4.3
limboai-ref:
description: A tag, branch or commit hash in the LimboAI repository.
type: string
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ concurrency:

# Global Settings.
env:
GODOT_REF: "4.3-stable"
GODOT_REF: "4.3"
GODOT_CPP_REF: "godot-4.3-stable"

jobs:
Expand Down

0 comments on commit 7a1b56f

Please sign in to comment.