From ea5204c9fd208381ac9bfe783485fde2720cf077 Mon Sep 17 00:00:00 2001 From: Ruben Vorderman Date: Tue, 31 Mar 2026 10:44:01 +0200 Subject: [PATCH] Update macos x86 labels --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 68b6a87..7d02351 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,9 +55,9 @@ jobs: - os: "macos-latest" python-version: "3.14" # MacOS x86-64 - - os: "macos-13" + - os: "macos-15-intel" python-version: "3.10" - - os: "macos-13" + - os: "macos-15-intel" python-version: "3.14" - os: "windows-latest" python-version: "3.10" @@ -104,7 +104,7 @@ jobs: matrix: os: - ubuntu-latest - - macos-13 + - macos-15-intel #x86 - macos-latest - windows-latest cibw_archs_linux: ["x86_64"]