diff --git a/.github/workflows/python-build.yml b/.github/workflows/python-build.yml index c9b298f..9a6baac 100644 --- a/.github/workflows/python-build.yml +++ b/.github/workflows/python-build.yml @@ -14,6 +14,8 @@ jobs: - { os: windows-2025, python-version: '3.12', architecture: x64 } - { os: windows-11-arm, python-version: '3.11', architecture: arm64 } - { os: windows-11-arm, python-version: '3.12', architecture: arm64 } + - { os: macos-15-intel, python-version: '3.11', architecture: x64 } + - { os: macos-15-intel, python-version: '3.12', architecture: x64 } - { os: macos-15, python-version: '3.11', architecture: arm64 } - { os: macos-15, python-version: '3.12', architecture: arm64 }