@@ -3,8 +3,8 @@ on: [pull_request]
33
44env :
55 SCONS_CACHE_MSVC_CONFIG : true
6- GODOT_BASE_VERSION : 4.2.0
7- GODOT_BASE_BRANCH : 4.2.0
6+ GODOT_BASE_VERSION : 4.2.2
7+ GODOT_BASE_BRANCH : 4.2.2
88
99concurrency :
1010 group : ci-${{github.actor}}-${{github.head_ref || github.run_number}}-${{github.ref}}-check-pr-engine-editor-debug-and-tests
3030 uses : actions/checkout@v2
3131 with :
3232 repository : godotengine/godot
33- ref : 4.2.1-stable
34- # TODO: remove once on godot 4.2.2 or newer!
35- - name : Cherry pick macos fix
36- run : |
37- git fetch -a
38- git config --global user.email "mario@super.com"
39- git config --global user.name "Super Mario"
40- git cherry-pick a2c1c01941a3dec3e2a361d9dc21bb0390efcbaf
33+ ref : 4.2.2-stable
4134 - name : Clone Godot JVM module.
4235 uses : actions/checkout@v2
4336 with :
8578 uses : actions/checkout@v2
8679 with :
8780 repository : godotengine/godot
88- ref : 4.2.1-stable
89- # TODO: remove once on godot 4.2.2 or newer!
90- - name : Cherry pick macos fix
91- run : |
92- git fetch -a
93- git config --global user.email "mario@super.com"
94- git config --global user.name "Super Mario"
95- git cherry-pick a2c1c01941a3dec3e2a361d9dc21bb0390efcbaf
81+ ref : 4.2.2-stable
9682 - name : Clone Godot JVM module.
9783 uses : actions/checkout@v2
9884 with :
@@ -174,14 +160,7 @@ jobs:
174160 uses : actions/checkout@v2
175161 with :
176162 repository : godotengine/godot
177- ref : 4.2.1-stable
178- # TODO: remove once on godot 4.2.2 or newer!
179- - name : Cherry pick macos fix
180- run : |
181- git fetch -a
182- git config --global user.email "mario@super.com"
183- git config --global user.name "Super Mario"
184- git cherry-pick a2c1c01941a3dec3e2a361d9dc21bb0390efcbaf
163+ ref : 4.2.2-stable
185164 - name : Clone Godot JVM module.
186165 uses : actions/checkout@v2
187166 with :
0 commit comments