From fefa801c89864e4568a9897f5cc462ff1ee97e07 Mon Sep 17 00:00:00 2001 From: Guilhem Saurel Date: Tue, 28 May 2024 09:33:23 +0200 Subject: [PATCH] tmp: no cp38 on macos --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8daa1d9d40..aa44e62438 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,6 +25,8 @@ jobs: exclude: - os: "macos" arch: "aarch64" + - os: "macos" + build: "cp38" steps: - uses: actions/checkout@v4 with: