diff --git a/.github/workflows/hosted_runners.yml b/.github/workflows/hosted_runners.yml index 74ea8db386f..c16f0a8ce39 100644 --- a/.github/workflows/hosted_runners.yml +++ b/.github/workflows/hosted_runners.yml @@ -644,8 +644,7 @@ jobs: - name: Setup python uses: actions/setup-python@v5 with: - python-version: '3.12.2' - architecture: 'x64' + python-version: '3.x' - name: Install tests dependencies id: install_test_deps