From f30580823895c23ac97c077c77c78faaf3da95a6 Mon Sep 17 00:00:00 2001 From: scx1332 Date: Mon, 1 Jul 2024 16:22:00 +0200 Subject: [PATCH] trying to fix macos builds --- .github/workflows/Python.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/Python.yml b/.github/workflows/Python.yml index 4c86965..79035aa 100644 --- a/.github/workflows/Python.yml +++ b/.github/workflows/Python.yml @@ -13,6 +13,10 @@ jobs: fail-fast: false matrix: include: + - runs-on: macos-13 + target: x86_64-apple-darwin + - runs-on: macos-13 + target: aarch64-apple-darwin - runs-on: windows-latest target: x86_64-pc-windows-msvc - runs-on: ubuntu-latest