Skip to content

Commit

Permalink
Github: expand tests to more operating systems.
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierog committed Nov 24, 2024
1 parent 89df0a8 commit 7cdaa09
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,19 @@ on:
- push
jobs:
checks:
runs-on: ubuntu-24.04
strategy:
matrix:
system:
- 'ubuntu-24.04'
- 'ubuntu-22.04'
- 'macos-15'
- 'macos-14'
python-version:
- '3.10'
- '3.11'
- '3.12'
- '3.13'
runs-on: ${{matrix.system}}
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{matrix.python-version}}
Expand Down

0 comments on commit 7cdaa09

Please sign in to comment.