From 9c6d86435be7d8fbe6bb7d823d39ac52aa501962 Mon Sep 17 00:00:00 2001 From: mhostetter Date: Sat, 22 Jun 2024 12:49:39 -0400 Subject: [PATCH] Use MacOS 13 for "min" tests --- .github/workflows/test.yaml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 0429c6461..8217082ed 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -80,19 +80,8 @@ jobs: if: ${{ github.event_name == 'pull_request' }} strategy: matrix: - os: [ubuntu-latest, macos-latest, windows-latest] + os: [ubuntu-latest, macos-13, windows-latest] python-version: [3.7, 3.8, 3.9, '3.10', 3.11, 3.12] - # https://github.com/actions/runner-images/issues/9770#issuecomment-2085623315 - exclude: # Python < v3.8 does not support Apple Silicon ARM64 - - python-version: "3.7" - os: macos-latest - - python-version: "3.8" - os: macos-latest - include: # So run those legacy versions on Intel CPUs - - python-version: "3.7" - os: macos-13 - - python-version: "3.8" - os: macos-13 fail-fast: false runs-on: ${{ matrix.os }} steps: