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