File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: 🤖 Android Builds
3
3
- push
4
4
- pull_request
5
5
env :
6
- GODOT_BASE_BRANCH : " 4.0"
6
+ GODOT_BASE_BRANCH : " 4.0.3-stable "
7
7
SCONSFLAGS : verbose=yes warnings=extra debug_symbols=no module_text_server_fb_enabled=yes
8
8
concurrency :
9
9
group : ci-${{github.actor}}-${{github.head_ref || github.run_number}}-${{github.ref}}-android
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: 🍏 iOS Builds
3
3
- push
4
4
- pull_request
5
5
env :
6
- GODOT_BASE_BRANCH : " 4.0"
6
+ GODOT_BASE_BRANCH : " 4.0.3-stable "
7
7
SCONSFLAGS : verbose=yes warnings=extra debug_symbols=no module_text_server_fb_enabled=yes
8
8
concurrency :
9
9
group : ci-${{github.actor}}-${{github.head_ref || github.run_number}}-${{github.ref}}-ios
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: 🌐 JavaScript Builds
3
3
- push
4
4
- pull_request
5
5
env :
6
- GODOT_BASE_BRANCH : " 4.0"
6
+ GODOT_BASE_BRANCH : " 4.0.3-stable "
7
7
SCONSFLAGS : verbose=yes warnings=extra debug_symbols=no
8
8
EM_VERSION : 3.1.18
9
9
EM_CACHE_FOLDER : " emsdk-cache"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: 🐧 Linux Builds
3
3
- push
4
4
- pull_request
5
5
env :
6
- GODOT_BASE_BRANCH : " 4.0"
6
+ GODOT_BASE_BRANCH : " 4.0.3-stable "
7
7
SCONSFLAGS : ' verbose=yes warnings=extra module_text_server_fb_enabled=yes '
8
8
DOTNET_NOLOGO : true
9
9
DOTNET_CLI_TELEMETRY_OPTOUT : true
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: 🍎 macOS Builds
3
3
- push
4
4
- pull_request
5
5
env :
6
- GODOT_BASE_BRANCH : " 4.0"
6
+ GODOT_BASE_BRANCH : " 4.0.3-stable "
7
7
SCONSFLAGS : verbose=yes warnings=extra module_text_server_fb_enabled=yes
8
8
concurrency :
9
9
group : ci-${{github.actor}}-${{github.head_ref || github.run_number}}-${{github.ref}}-macos
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: ☁ Server Builds
3
3
- push
4
4
- pull_request
5
5
env :
6
- GODOT_BASE_BRANCH : " 4.0"
6
+ GODOT_BASE_BRANCH : " 4.0.3-stable "
7
7
SCONSFLAGS : ' verbose=yes warnings=extra module_text_server_fb_enabled=yes '
8
8
DOTNET_NOLOGO : true
9
9
DOTNET_CLI_TELEMETRY_OPTOUT : true
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: 🏁 Windows Builds
3
3
- push
4
4
- pull_request
5
5
env :
6
- GODOT_BASE_BRANCH : " 4.0"
6
+ GODOT_BASE_BRANCH : " 4.0.3-stable "
7
7
SCONSFLAGS : ' use_mingw=yes debug_symbols=no verbose=yes warnings=extra module_text_server_fb_enabled=yes'
8
8
SCONS_CACHE_MSVC_CONFIG : true
9
9
concurrency :
You can’t perform that action at this time.
0 commit comments