Skip to content

Commit

Permalink
updated OS to matrix strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
VigneshVSV committed Sep 9, 2024
1 parent 37e4ba8 commit 30217a5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@ on:

jobs:
test:
runs-on: ubuntu-latest

strategy:
matrix:
python-version: [3.11, 3.12]
os: [ubuntu-latest, windows-latest, macos-latest]

runs-on: ${{ matrix.os }}

steps:
- name: Checkout code
Expand Down

0 comments on commit 30217a5

Please sign in to comment.