From 70e1fad3d97654d8ec50ae322047a41d0adb0db0 Mon Sep 17 00:00:00 2001 From: Nicola Soranzo Date: Wed, 9 Oct 2024 15:14:13 +0100 Subject: [PATCH] Pin Ubuntu to 22.04 for Python 3.7 workflow Fix the following error at the setup-python step: ``` Version 3.7 was not found in the local cache Error: The version '3.7' with architecture 'x64' was not found for Ubuntu 24.04. The list of all available versions can be found here: https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json ``` See e.g. https://github.com/galaxyproject/galaxy/actions/runs/11252595341/job/31294713655 --- .github/workflows/test_galaxy_packages_for_pulsar.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_galaxy_packages_for_pulsar.yaml b/.github/workflows/test_galaxy_packages_for_pulsar.yaml index 7f5f5499bc4c..712e4f0a9b5a 100644 --- a/.github/workflows/test_galaxy_packages_for_pulsar.yaml +++ b/.github/workflows/test_galaxy_packages_for_pulsar.yaml @@ -16,7 +16,7 @@ concurrency: jobs: test: name: Test - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 # Python 3.7 is not available via setup-python on ubuntu >=24.04 strategy: fail-fast: false matrix: