diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2024-02-23 22:57:49 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2024-02-23 22:57:49 +0100 |
commit | 3abb32671e6c7aa109e494f7077da955b173cfa9 (patch) | |
tree | 87a9ba34c965900094ce4d448c7f4acd73a7d2b2 | |
parent | cf9de66389df1ffd8ae91fb128cf6fa7ae74c8f5 (diff) | |
parent | 39bd6858141b802f7e9e9785075ba420887a4b4b (diff) | |
download | redot-engine-3abb32671e6c7aa109e494f7077da955b173cfa9.tar.gz |
Merge pull request #88736 from dsnopek/ci-godot-cpp-42
Use godot-cpp 4.2 for the "Godot CPP" CI workflow
-rw-r--r-- | .github/workflows/godot_cpp_test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/godot_cpp_test.yml b/.github/workflows/godot_cpp_test.yml index dccc853550..f352afbc6b 100644 --- a/.github/workflows/godot_cpp_test.yml +++ b/.github/workflows/godot_cpp_test.yml @@ -7,7 +7,7 @@ env: # Used for the cache key. Add version suffix to force clean build. GODOT_BASE_BRANCH: master # Used for the godot-cpp checkout. - GODOT_CPP_BRANCH: '4.1' + GODOT_CPP_BRANCH: '4.2' concurrency: group: ci-${{github.actor}}-${{github.head_ref || github.run_number}}-${{github.ref}}-cpp-tests |