From 0f079bc45b6d55d57b63ecb6a05134b79270758b Mon Sep 17 00:00:00 2001 From: Giovanni Barillari Date: Thu, 2 May 2024 02:11:49 +0200 Subject: [PATCH] CI: `macos-latest` now runs on arm --- .github/workflows/release.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 99d7fe6f..02cf8451 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -105,18 +105,13 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, macos-latest, macos-14, windows-latest] + os: [ubuntu-latest, macos-13, macos-14, windows-latest] manylinux: [auto] # interpreter: ["3.8", "3.9", "3.10", "3.11", "3.12", "pypy3.8", "pypy3.9", "pypy3.10"] interpreter: ["3.8", "3.9", "3.10", "3.11", "3.12"] include: - os: ubuntu-latest platform: linux - exclude: - - os: macos-14 - interpreter: '3.8' - - os: macos-14 - interpreter: '3.9' runs-on: ${{ matrix.os }} steps: