Skip to content

Commit 0cd49d9

Browse files
authored
Update pythonpublish-macos.yml
1 parent d99548b commit 0cd49d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pythonpublish-macos.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ on:
66

77
jobs:
88
deploy:
9-
runs-on: macos-latest
9+
runs-on: ${{ matrix.os }}
1010
strategy:
1111
matrix:
1212
python-version: ['3.7', '3.8', '3.9', '3.10']
13+
os: [macos-11, macos-12]
1314

1415
steps:
1516
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)