From 11efd9cd822aab3195f1a3180e122bfcd9332258 Mon Sep 17 00:00:00 2001 From: noO0oOo0ob <38344038+noO0oOo0ob@users.noreply.github.com> Date: Fri, 26 Apr 2024 10:57:27 +0800 Subject: [PATCH] Update tests.yml (#846) --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 75bd12d03..b2f64b342 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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 @@ -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