diff options
author | George L. Albany <Megacake1234@gmail.com> | 2024-11-13 13:54:27 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-13 13:54:27 +0000 |
commit | c0e0e3591834cb6731e4d9e478f7de7899fc7de5 (patch) | |
tree | 436beaa1dde9f00739b56243835ef713f3f91531 | |
parent | 1aa53b5cb9c96a77050f7af175741c6640e81bf7 (diff) | |
parent | 18860601b48c86bc30b4990259fa9f90c4bb41ad (diff) | |
download | redot-cpp-c0e0e3591834cb6731e4d9e478f7de7899fc7de5.tar.gz |
Merge pull request #10 from Spartan322/4.3-fix/branch
[4.3] Fix error from wrong CI test branch
-rw-r--r-- | .github/workflows/ci.yml | 2 |
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}} |