Skip to content

Commit

Permalink
Ubuntu 24.04 向けの arm64 を 3.10-3.13 対応にする
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Jan 27, 2025
1 parent b43cea7 commit 4d1d5d5
Showing 1 changed file with 17 additions and 14 deletions.
31 changes: 17 additions & 14 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 4d1d5d5

Please sign in to comment.