Runners are not installed

Greetings!

DISTRIBUT_DESCRIPTION=“Linux Mint 21.2 Victoria”
NAME=“Linux Mint”
VERSION=“21.2 (Victoria)”

curl "https://packages.gitlab.com/install/repositories/runner/gitlab-runner/script.deb.sh " | sudo bash

When installing runners writes:

The operating system is detected as LinuxMint/victoria.
Checking if there is no curl…
curl detected…
Checking for gpg…
gpg detected…
Run apt-get update… done.
Installing apt-transport-https… completed.
Installing /etc/apt/sources.list.d/runner_gitlab-runner.liss…curl: (22) The requested URL returned an error: 404

Failed to load repository configuration from: https://packages.gitlab.com/install/repositories/runner/gitlab-runner/config_file.list ?os=LinuxMint&dist=victoria&source=script

This usually happens if your operating system is not supported
packagecloud.io , or the OS of this script could not be detected.

But my system is in the list of supported ones, what can I do?

Hi,
There are no packages for Mint 21.2, you can download package for 21.1 and install manually or create a request in Issues · GitLab.org / gitlab-runner · GitLab to add packages for Mint 21.2 and wait.

thank you