From 32ba245f6b3fc4446f3df6b2c653cd461b0d8276 Mon Sep 17 00:00:00 2001 From: Matthias Koeppe Date: Sun, 23 Jun 2024 19:37:25 -0700 Subject: [PATCH] .github/workflows/cibuildwheel.yml: Update macOS runners --- .github/workflows/cibuildwheel.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cibuildwheel.yml b/.github/workflows/cibuildwheel.yml index c8f945e8..01b35c44 100644 --- a/.github/workflows/cibuildwheel.yml +++ b/.github/workflows/cibuildwheel.yml @@ -25,9 +25,9 @@ jobs: arch: i686 - os: ubuntu-latest arch: aarch64 + - os: macos-13 + arch: x86_64 - os: macos-latest - arch: auto - - os: macos-14 arch: arm64 env: CIBW_ARCHS: ${{ matrix.arch }}