From e22f107d09f004c0595be5a124ed590f27bfc5f2 Mon Sep 17 00:00:00 2001 From: Dmitry Shibanov Date: Wed, 26 Jan 2022 16:25:15 +0300 Subject: [PATCH] change windows-latest to windows-2019 for pypy3 --- .github/workflows/test-python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-python.yml b/.github/workflows/test-python.yml index 87fa8afd..191db141 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-10.15, windows-latest, ubuntu-18.04, ubuntu-20.04] + os: [macos-10.15, windows-2019, ubuntu-18.04, ubuntu-20.04] steps: - name: Checkout uses: actions/checkout@v2