Skip to content

Commit

Permalink
Use godot-cpp 4.2 for the "Godot CPP" CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dsnopek committed Feb 23, 2024
1 parent 87d40ba commit 39bd685
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 39bd685

Please sign in to comment.