From b2dc295c2144c8f524c73ba1184a0d6468851807 Mon Sep 17 00:00:00 2001 From: Max Tepkeev <tepkeev@gmail.com> Date: Thu, 16 May 2024 20:21:26 +0300 Subject: [PATCH] fix python 3.7 tests on macos --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b2562b7..4242f7c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -17,7 +17,7 @@ jobs: fail-fast: false matrix: python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', 'pypy3.7', 'pypy3.8', 'pypy3.9', 'pypy3.10'] - os: [ubuntu-latest, macos-latest, windows-latest] + os: [ubuntu-latest, macos-13, windows-latest] steps: - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }}