Skip to content

Commit

Permalink
Update pyci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandrosantanabonilla committed May 31, 2024
1 parent 553e703 commit dab1102
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pyci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
python-version: [3.7, 3.8, 3.9, 3.10.1]
os: [ubuntu-latest, macos-12]
python-version: [3.8, 3.9, 3.10.1]
name: Python ${{ matrix.python-version }} example on ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit dab1102

Please sign in to comment.