diff --git a/.github/workflows/linux_builds.yml b/.github/workflows/linux_builds.yml index 2d26ceab759..01b824f49ab 100644 --- a/.github/workflows/linux_builds.yml +++ b/.github/workflows/linux_builds.yml @@ -124,9 +124,9 @@ jobs: - name: Download test project if: ${{ matrix.test }} run: | - wget https://github.com/godotengine/regression-test-project/archive/3.x.zip - unzip 3.x.zip - mv "regression-test-project-3.x" "test_project" + wget https://github.com/godotengine/regression-test-project/archive/3.6.zip + unzip 3.6.zip + mv "regression-test-project-3.6" "test_project" # Editor is quite complicated piece of software, so it is easy to introduce bug here - name: Open and close editor diff --git a/misc/ci/sources.list b/misc/ci/sources.list deleted file mode 100644 index 4d8f94f35c4..00000000000 --- a/misc/ci/sources.list +++ /dev/null @@ -1,4 +0,0 @@ -deb http://archive.ubuntu.com/ubuntu/ focal main restricted universe multiverse -deb http://archive.ubuntu.com/ubuntu/ focal-updates main restricted universe multiverse -deb http://archive.ubuntu.com/ubuntu/ focal-security main restricted universe multiverse -deb http://archive.ubuntu.com/ubuntu/ focal-backports main restricted universe multiverse