Skip to content

Commit

Permalink
See how far we get on Mac!
Browse files Browse the repository at this point in the history
  • Loading branch information
Monarda committed Sep 12, 2024
1 parent 97a42b2 commit 4113c6a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-to-test-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@ jobs:
name: Run tests on multiple Python versions
needs:
- lint
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, mac-latest]
python-version: ["3.11", "3.12"]
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 4113c6a

Please sign in to comment.