From a62c33206eb2aa2e6568df066c33c71a1cebdc78 Mon Sep 17 00:00:00 2001 From: OmarEmaraDev Date: Sat, 10 Feb 2024 13:07:27 +0200 Subject: [PATCH] Generate ARM MacOS builds for Python 3.10 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5597c61c3..a8d1c1a58 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest, macos-14] - python: ['3.11'] + python: ['3.10'] steps: - name: Checkout uses: actions/checkout@v3