From 36d5189a116ead4eccb3f610e931487f16b9c31f Mon Sep 17 00:00:00 2001 From: Andrea Francia <260852+andreafrancia@users.noreply.github.com> Date: Sat, 25 May 2024 08:16:24 +0200 Subject: [PATCH] Fix images --- .github/workflows/run-tests.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 68c088bc..b627abce 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -14,12 +14,12 @@ jobs: strategy: matrix: include: - - { os: ubuntu-latest, python_version: '3.4' } - - { os: ubuntu-latest, python_version: '3.5' } - - { os: ubuntu-latest, python_version: '3.6' } - - { os: ubuntu-latest, python_version: '3.7' } - - { os: ubuntu-latest, python_version: '3.8' } - - { os: ubuntu-latest, python_version: '3.9' } + - { os: ubuntu-18.04, python_version: '3.4' } + - { os: ubuntu-20.04, python_version: '3.5' } + - { os: ubuntu-20.04, python_version: '3.6' } + - { os: ubuntu-18.04, python_version: '3.7' } + - { os: ubuntu-22.04, python_version: '3.8' } + - { os: ubuntu-24.04, python_version: '3.9' } - { os: ubuntu-latest, python_version: '3.10' } - { os: ubuntu-latest, python_version: '3.11' } - { os: ubuntu-latest, python_version: '3.12' }