Skip to content

Commit

Permalink
Update tests.yml (#846)
Browse files Browse the repository at this point in the history
  • Loading branch information
noO0oOo0ob authored Apr 26, 2024
1 parent ae49c0f commit 11efd9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
runs-on: macos-latest
runs-on: macos-13
name: Python ${{ matrix.python-version }} tests
steps:
- uses: actions/checkout@v2
Expand All @@ -25,7 +25,7 @@ jobs:
python -m pytest tests --cov=lyrebird
e2etest:
runs-on: macos-latest
runs-on: macos-13
steps:
- uses: actions/checkout@v2
- name: Set up Python
Expand Down

0 comments on commit 11efd9c

Please sign in to comment.