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 }}