From 3155b41fdb2a5f805de7b6e15a2e9ba08997ac5b Mon Sep 17 00:00:00 2001 From: andreatramacere Date: Tue, 17 Dec 2024 16:48:33 +0100 Subject: [PATCH] update mac os version/arch --- .github/workflows/test-pip-workflow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-pip-workflow.yml b/.github/workflows/test-pip-workflow.yml index 547ab633..b8fd3a47 100644 --- a/.github/workflows/test-pip-workflow.yml +++ b/.github/workflows/test-pip-workflow.yml @@ -86,8 +86,8 @@ jobs: cibw_arch: x86_64 - os: ubuntu-latest name: x86_64 - cpython-version: 311 - python-version: "3.11" + cpython-version: 312 + python-version: "3.12" platform_id: manylinux_x86_64 cibw_manylinux: manylinux2014 cibw_arch: x86_64