diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 90c3ddb..2300853 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,18 +19,26 @@ jobs: architecture: - x86 - x64 + - arm64 include: - platform: Linux os: ubuntu-latest + - platform: macOS + os: macos-latest - platform: macOS os: macos-13 + architecture: x64 - platform: Windows os: windows-latest exclude: - platform: Linux architecture: x86 + - platform: Linux + architecture: arm64 - platform: macOS architecture: x86 + - platform: Windows + architecture: arm64 fail-fast: false name: Python ${{ matrix.python-version }} (${{ matrix.architecture }}) on ${{ matrix.platform }} runs-on: ${{ matrix.os }}