Skip to content

Commit

Permalink
separate macos13/14 and rename deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
j042 committed May 3, 2024
1 parent 7090186 commit eda0133
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
os: [ubuntu-20.04, macos-latest]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
os: [ubuntu-20.04, macos-13, macos-14, windows-latest]

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

0 comments on commit eda0133

Please sign in to comment.