From 2046463740b8394e65d955798dc97b4d2892242b Mon Sep 17 00:00:00 2001 From: fullbat Date: Fri, 15 Mar 2024 17:36:39 +0100 Subject: [PATCH] ci: test only on ubuntu runners --- .github/workflows/run_tests.yml | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/.github/workflows/run_tests.yml b/.github/workflows/run_tests.yml index 7be82e7..1859f52 100644 --- a/.github/workflows/run_tests.yml +++ b/.github/workflows/run_tests.yml @@ -14,14 +14,18 @@ jobs: {os: ubuntu-20.04, py: '3.9'}, {os: ubuntu-20.04, py: '3.10'}, {os: ubuntu-20.04, py: '3.11'}, + {os: ubuntu-latest, py: '3.8'}, + {os: ubuntu-latest, py: '3.9'}, + {os: ubuntu-latest, py: '3.10'}, + {os: ubuntu-latest, py: '3.11'} # {os: ubuntu-20.04, py: '3.12'}, - {os: macos-latest, py: '3.8'}, - {os: macos-latest, py: '3.9'}, - {os: macos-latest, py: '3.10'}, - {os: macos-latest, py: '3.11'}, + # {os: macos-latest, py: '3.8'}, + # {os: macos-latest, py: '3.9'}, + # {os: macos-latest, py: '3.10'}, + # {os: macos-latest, py: '3.11'}, # {os: macos-latest, py: '3.12'}, - {os: macos-14, py: '3.10'}, - {os: macos-14, py: '3.11'}, + # {os: macos-14, py: '3.10'}, + # {os: macos-14, py: '3.11'}, # {os: macos-14, py: '3.12'} ] name: Python ${{ matrix.config.py }} on ${{ matrix.config.os }}