From 935ae4cc105dcc4e9ec8ead3fe692d7b27e84bb1 Mon Sep 17 00:00:00 2001 From: James Gaboardi Date: Thu, 27 Nov 2025 21:13:25 -0500 Subject: [PATCH] Update testing.yml --- .github/workflows/testing.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index f4621b6..35986e5 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -37,7 +37,9 @@ jobs: experimental: [false] include: - environment-file: py313_latest - os: macos-latest + os: macos-15-intel # Intel + - environment-file: py313_latest + os: macos-latest # Apple Silicon - environment-file: py313_latest os: windows-latest fail-fast: false