Skip to content

Commit

Permalink
Merge pull request #1317 from rockstorm101/pr-macos-archs
Browse files Browse the repository at this point in the history
ci: Add more macOS runners
  • Loading branch information
rockstorm101 committed Mar 8, 2023
2 parents e66bbbd + f2e460e commit fbe661e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/buildpackage-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
os: [macos-latest]
os: [macos-10.15, macos-11, macos-12]
architecture: [x64]
python-version: ['3.10']

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pypi-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
os: [macos-latest]
os: [macos-10.15, macos-11, macos-12]
architecture: [x64]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]

Expand Down

0 comments on commit fbe661e

Please sign in to comment.