Skip to content

Commit 39bd685

Browse files
committed
Use godot-cpp 4.2 for the "Godot CPP" CI workflow
1 parent 87d40ba commit 39bd685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/godot_cpp_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ env:
77
# Used for the cache key. Add version suffix to force clean build.
88
GODOT_BASE_BRANCH: master
99
# Used for the godot-cpp checkout.
10-
GODOT_CPP_BRANCH: '4.1'
10+
GODOT_CPP_BRANCH: '4.2'
1111

1212
concurrency:
1313
group: ci-${{github.actor}}-${{github.head_ref || github.run_number}}-${{github.ref}}-cpp-tests

0 commit comments

Comments
 (0)