Skip to content

Commit 3abb326

Browse files
committed
Merge pull request #88736 from dsnopek/ci-godot-cpp-42
Use godot-cpp 4.2 for the "Godot CPP" CI workflow
2 parents cf9de66 + 39bd685 commit 3abb326

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)