Skip to content

Commit

Permalink
ci: test only on ubuntu runners
Browse files Browse the repository at this point in the history
  • Loading branch information
fullbat committed Mar 15, 2024
1 parent b9f9904 commit 2046463
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 2046463

Please sign in to comment.