From 970c977bd8a9d3942efd5e4f1d9c418f22c4d527 Mon Sep 17 00:00:00 2001 From: Hussein Awala Date: Tue, 13 Feb 2024 23:38:14 +0100 Subject: [PATCH] Chore: build wheels for all macos versions including arm macos-14 (#416) * Chore: build wheels for all macos versions including arm macos-14 * Bump Python version in the CI to 3.11 --- .github/workflows/python-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-release.yml b/.github/workflows/python-release.yml index a499446d4e..f1f1e0c2e6 100644 --- a/.github/workflows/python-release.yml +++ b/.github/workflows/python-release.yml @@ -34,7 +34,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ ubuntu-22.04, windows-2022, macos-11 ] + os: [ ubuntu-22.04, windows-2022, macos-11, macos-12, macos-13, macos-14 ] steps: - uses: actions/checkout@v4 @@ -43,7 +43,7 @@ jobs: - uses: actions/setup-python@v5 with: - python-version: '3.8' + python-version: '3.11' - name: Install poetry run: pip install poetry