From 4d1d5d52a2f4312b73f1bce6e5a4ed930e00e97b Mon Sep 17 00:00:00 2001 From: voluntas Date: Mon, 27 Jan 2025 17:41:57 +0900 Subject: [PATCH] =?UTF-8?q?Ubuntu=2024.04=20=E5=90=91=E3=81=91=E3=81=AE=20?= =?UTF-8?q?arm64=20=E3=82=92=203.10-3.13=20=E5=AF=BE=E5=BF=9C=E3=81=AB?= =?UTF-8?q?=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 31 +++++++++++++++++-------------- 1 file changed, 17 insertions(+), 14 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fcfa4796..6f44e383 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -60,6 +60,11 @@ jobs: runs_on: ubuntu-22.04 os: ubuntu arch: x86_64 + - name: ubuntu-24.04_armv8 + target: ubuntu-24.04_armv8 + runs_on: ubuntu-24.04 + os: ubuntu + arch: armv8 - name: macos-15_arm64 target: macos_arm64 runs_on: macos-15 @@ -77,14 +82,6 @@ jobs: - "3.11" - "3.12" - "3.13" - include: - - platform: - name: ubuntu-24.04_armv8 - target: ubuntu-24.04_armv8 - runs_on: ubuntu-24.04 - os: ubuntu - arch: armv8 - python_version: "3.12" needs: [build_pyi] runs-on: ${{ matrix.platform.runs_on }} timeout-minutes: 15 @@ -302,15 +299,13 @@ jobs: - uses: ./.github/actions/download with: { "platform": "ubuntu-22.04_x86_64", "python_version": "3.13" } - uses: ./.github/actions/download - with: { "platform": "ubuntu-24.04_armv8", "python_version": "3.12" } + with: { "platform": "ubuntu-24.04_armv8", "python_version": "3.10" } - uses: ./.github/actions/download - with: { "platform": "macos-15_arm64", "python_version": "3.10" } + with: { "platform": "ubuntu-24.04_armv8", "python_version": "3.11" } - uses: ./.github/actions/download - with: { "platform": "macos-15_arm64", "python_version": "3.11" } - - uses: ./.github/actions/download - with: { "platform": "macos-15_arm64", "python_version": "3.12" } + with: { "platform": "ubuntu-24.04_armv8", "python_version": "3.12" } - uses: ./.github/actions/download - with: { "platform": "macos-15_arm64", "python_version": "3.13" } + with: { "platform": "ubuntu-24.04_armv8", "python_version": "3.13" } - uses: ./.github/actions/download with: { "platform": "macos-14_arm64", "python_version": "3.10" } - uses: ./.github/actions/download @@ -319,6 +314,14 @@ jobs: with: { "platform": "macos-14_arm64", "python_version": "3.12" } - uses: ./.github/actions/download with: { "platform": "macos-14_arm64", "python_version": "3.13" } + - uses: ./.github/actions/download + with: { "platform": "macos-15_arm64", "python_version": "3.10" } + - uses: ./.github/actions/download + with: { "platform": "macos-15_arm64", "python_version": "3.11" } + - uses: ./.github/actions/download + with: { "platform": "macos-15_arm64", "python_version": "3.12" } + - uses: ./.github/actions/download + with: { "platform": "macos-15_arm64", "python_version": "3.13" } - uses: ./.github/actions/download with: { "platform": "windows-2022", "python_version": "3.10" } - uses: ./.github/actions/download