Merge pull request #88736 from dsnopek/ci-godot-cpp-42

Use godot-cpp 4.2 for the "Godot CPP" CI workflow
This commit is contained in:
Rémi Verschelde 2024-02-23 22:57:49 +01:00
commit 3abb32671e
No known key found for this signature in database
GPG Key ID: C3336907360768E1
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ env:
# Used for the cache key. Add version suffix to force clean build. # Used for the cache key. Add version suffix to force clean build.
GODOT_BASE_BRANCH: master GODOT_BASE_BRANCH: master
# Used for the godot-cpp checkout. # Used for the godot-cpp checkout.
GODOT_CPP_BRANCH: '4.1' GODOT_CPP_BRANCH: '4.2'
concurrency: concurrency:
group: ci-${{github.actor}}-${{github.head_ref || github.run_number}}-${{github.ref}}-cpp-tests group: ci-${{github.actor}}-${{github.head_ref || github.run_number}}-${{github.ref}}-cpp-tests