From 044c7507e2ce85344809c1ade45502b790f82c0b Mon Sep 17 00:00:00 2001 From: Akinori Hattori Date: Fri, 18 Oct 2024 20:23:46 +0900 Subject: [PATCH] Update .github/workflows/ci.yml --- .github/workflows/ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) 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 }}