From 701ea90727f47644fab3ed96045fb1aaacbe01aa Mon Sep 17 00:00:00 2001 From: Andrew Grigorev Date: Thu, 5 Sep 2024 21:44:24 +0300 Subject: [PATCH] Fix --- .github/workflows/release.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4b9f07c..190e0b1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,11 @@ jobs: strategy: matrix: python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] - os: [ubuntu-latest, macos-latest, windows-latest] + os: [ubuntu-latest, macos-13, macos-latest, windows-latest] + exclude: + # no 3.7 on arm64 macos + - os: macos-latest + python-version: "3.7" runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3