Skip to content

Commit

Permalink
Update pythonpublish-macos.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bcebere committed Jan 6, 2023
1 parent d99548b commit 0cd49d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pythonpublish-macos.yml
Expand Up @@ -6,10 +6,11 @@ on:

jobs:
deploy:
runs-on: macos-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10']
os: [macos-11, macos-12]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 0cd49d9

Please sign in to comment.