Skip to content

Commit 3024a72

Browse files
committed
change versions
1 parent 82bccd8 commit 3024a72

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci-cmake.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
artifact-name: godot-cpp-linux-glibc2.27-x86_64-release.cmake
4040
artifact-path: cmake-build/bin/libgodot-cpp.linux.template_release.x86_64.a
4141
run-tests: true
42-
godot-test-versions: "master"
42+
# godot-test-versions: "4.6-stable"
4343
godot-test-arch: "linux.x86_64"
4444
godot-master-workflow: linux_builds.yml
4545
godot-master-artifact: linux-editor-mono
@@ -53,7 +53,7 @@ jobs:
5353
artifact-name: godot-cpp-windows-msvc2019-x86_64-release.cmake
5454
artifact-path: cmake-build/bin/libgodot-cpp.windows.template_release.x86_64.lib
5555
run-tests: true
56-
godot-test-versions: "master"
56+
# godot-test-versions: "4.6-stable"
5757
godot-test-arch: "win64.exe"
5858
godot-master-workflow: windows_builds.yml
5959
godot-master-artifact: windows-editor
@@ -69,7 +69,7 @@ jobs:
6969
artifact-name: godot-cpp-linux-mingw-x86_64-release.cmake
7070
artifact-path: cmake-build/bin/libgodot-cpp.windows.template_release.x86_64.a
7171
run-tests: true
72-
godot-test-versions: "master"
72+
# godot-test-versions: "4.6-stable"
7373
godot-test-arch: "win64.exe"
7474
godot-master-workflow: windows_builds.yml
7575
godot-master-artifact: windows-editor
@@ -82,7 +82,7 @@ jobs:
8282
artifact-name: godot-cpp-macos-universal-release.cmake
8383
artifact-path: cmake-build/bin/libgodot-cpp.macos.template_release.universal.a
8484
run-tests: true
85-
godot-test-versions: "master"
85+
# godot-test-versions: "4.6-stable"
8686
godot-test-arch: "macos.universal"
8787
godot-master-workflow: macos_builds.yml
8888
godot-master-artifact: macos-editor

0 commit comments

Comments
 (0)