From f4360d19c95a2ddddae5d4bcebdd7bc796333c7c Mon Sep 17 00:00:00 2001 From: Helder Eijs Date: Sun, 30 Jan 2022 12:25:44 +0100 Subject: [PATCH] Hold back MacOS version --- .github/workflows/integration.yml | 6 +++--- .github/workflows/wheels.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index fd3625524..0bf70d705 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -13,13 +13,13 @@ jobs: include: - python-version: 2.7 cffi: no - os: macos-latest + os: macos-10.15 - python-version: 2.7 cffi: yes - os: macos-latest + os: macos-10.15 - python-version: "3.10" cffi: yes - os: macos-latest + os: macos-10.15 - python-version: 2.7 cffi: no os: windows-latest diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 06682fd1f..2ca713362 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -14,7 +14,7 @@ jobs: CIBW_TEST_SKIP: "*" strategy: matrix: - os: [ubuntu-18.04, windows-latest, macos-latest] + os: [ubuntu-18.04, windows-latest, macos-10.15 if: github.actor == 'Legrandin' @@ -73,7 +73,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-18.04, windows-latest, macos-latest] + os: [ubuntu-18.04, windows-latest, macos-10.15 python-version: ['2.7', '3.6', '3.7', '3.8', '3.9', '3.10', 'pypy-2.7', 'pypy-3.6'] exclude: - {os: "windows-latest", python-version: "pypy-2.7"}