summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSpartan322 <Megacake1234@gmail.com>2024-11-12 22:40:52 -0500
committerSpartan322 <Megacake1234@gmail.com>2024-11-12 22:43:23 -0500
commit18860601b48c86bc30b4990259fa9f90c4bb41ad (patch)
tree436beaa1dde9f00739b56243835ef713f3f91531
parent1aa53b5cb9c96a77050f7af175741c6640e81bf7 (diff)
downloadredot-cpp-18860601b48c86bc30b4990259fa9f90c4bb41ad.tar.gz
Fix error from wrong CI test branch
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index f7a43a0..a4c4784 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -5,7 +5,7 @@ env:
# Only used for the cache key. Increment version to force clean build.
GODOT_BASE_BRANCH: master
# Used to select the version of Redot to run the tests with.
- REDOT_TEST_VERSION: master
+ REDOT_TEST_VERSION: 4.3-rc.1
concurrency:
group: ci-${{github.actor}}-${{github.head_ref || github.run_number}}-${{github.ref}}