From e7e05e2701e9d39f4d2766a8c1d302b3db12f641 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sat, 18 Dec 2021 15:45:49 +1100 Subject: [PATCH] GHA: Restored macos-latest for PyPy builds --- .github/workflows/test.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 273e3689a..414c7e94e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -31,17 +31,6 @@ jobs: codecov-flag: GHA_Ubuntu - os: macos-latest codecov-flag: GHA_macOS - - os: macos-10.15 - codecov-flag: GHA_macOS - python-version: pypy-3.8 - - os: macos-10.15 - codecov-flag: GHA_macOS - python-version: pypy-3.7 - exclude: - - os: macos-latest - python-version: pypy-3.8 - - os: macos-latest - python-version: pypy-3.7 runs-on: ${{ matrix.os }} name: ${{ matrix.os }} Python ${{ matrix.python-version }}