From 9fae1b79ac9af625522835cb82e1d1fa67890646 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Mon, 23 Feb 2026 17:38:36 -0500 Subject: [PATCH] ci: update to last intel macos image Signed-off-by: Henry Schreiner --- .github/workflows/wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index e2caa2d..51dec34 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -44,7 +44,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, macos-13, macos-latest, windows-latest, ubuntu-24.04-arm, windows-11-arm] + os: [ubuntu-latest, macos-15-intel, macos-latest, windows-latest, ubuntu-24.04-arm, windows-11-arm] steps: - uses: actions/checkout@v5