From 907fd18ab6045df9e893645ea8c2a3d9f97aa8ff Mon Sep 17 00:00:00 2001 From: Stefano Bonicatti Date: Fri, 18 Oct 2024 16:01:17 +0200 Subject: [PATCH] Let the CI use newer python versions --- .github/workflows/hosted_runners.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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