Skip to content

Commit

Permalink
Merge pull request #88736 from dsnopek/ci-godot-cpp-42
Browse files Browse the repository at this point in the history
Use godot-cpp 4.2 for the "Godot CPP" CI workflow
  • Loading branch information
akien-mga committed Feb 23, 2024
2 parents cf9de66 + 39bd685 commit 3abb326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/godot_cpp_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3abb326

Please sign in to comment.