From 07414caa6b24db93cfb395a6b81af871531e69ad Mon Sep 17 00:00:00 2001 From: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com> Date: Tue, 4 Nov 2025 10:47:48 -0800 Subject: [PATCH] CI: Use macos-15-intel in python-dev job --- .github/workflows/unit-tests.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index 1cc4db34a674c..6cf9381a70d5b 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -320,8 +320,7 @@ jobs: strategy: fail-fast: false matrix: - # Separate out macOS 13 and 14, since macOS 14 is arm64 only - os: [ubuntu-24.04, macOS-13, macOS-14, windows-2025] + os: [ubuntu-24.04, macos-15-intel, macos-15, windows-2025] timeout-minutes: 90