From 7ac9e0fa41681d64637da42a02cefd31155db9fa Mon Sep 17 00:00:00 2001 From: Scott Huberty Date: Wed, 22 Jul 2026 13:15:56 -0700 Subject: [PATCH] TST: restore intel mac --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0a281cb..adf8374 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,7 +19,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, ubuntu-24.04-arm, windows-latest, macos-latest] + os: [ubuntu-latest, ubuntu-24.04-arm, windows-latest, macos-15-intel, macos-latest] name: build wheels on ${{ matrix.os }} runs-on: ${{ matrix.os }} defaults: @@ -67,7 +67,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, ubuntu-24.04-arm, windows-latest, macos-latest] + os: [ubuntu-latest, ubuntu-24.04-arm, windows-latest, macos-15-intel, macos-latest] python: ["3.11", "3.13"] include: - os: ubuntu-latest