From 80e3e49cc1638101c6806e50c41606ac5849b526 Mon Sep 17 00:00:00 2001 From: Dmitry Shibanov Date: Tue, 19 Oct 2021 16:32:43 +0300 Subject: [PATCH] add fixes to pass ci checks --- .github/workflows/test-pypy.yml | 8 +++----- .github/workflows/test-python.yml | 2 +- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test-pypy.yml b/.github/workflows/test-pypy.yml index 547d0341..e1aa4a79 100644 --- a/.github/workflows/test-pypy.yml +++ b/.github/workflows/test-pypy.yml @@ -21,12 +21,10 @@ jobs: os: [macos-latest, windows-latest, ubuntu-18.04, ubuntu-latest] pypy: - 'pypy-2.7' - - 'pypy-3.6' - 'pypy-3.7' - - 'pypy-2.7-v7.3.2' - - 'pypy-3.6-v7.3.2' - - 'pypy-3.7-v7.3.2' - - 'pypy-3.6-v7.3.x' + - 'pypy-2.7-v7.3.4' + - 'pypy-3.7-v7.3.5' + - 'pypy-3.7-v7.3.4' - 'pypy-3.7-v7.x' - 'pypy-2.7-v7.3.4rc1' - 'pypy-3.7-nightly' diff --git a/.github/workflows/test-python.yml b/.github/workflows/test-python.yml index b7757b26..87fa8afd 100644 --- a/.github/workflows/test-python.yml +++ b/.github/workflows/test-python.yml @@ -97,7 +97,7 @@ jobs: strategy: fail-fast: false matrix: - os: [macos-latest, windows-latest, ubuntu-18.04, ubuntu-20.04] + os: [macos-10.15, windows-latest, ubuntu-18.04, ubuntu-20.04] steps: - name: Checkout uses: actions/checkout@v2