From 17c67fda501d642418a7f7fed1dd8c999f5f1974 Mon Sep 17 00:00:00 2001 From: Sunita Nadampalli Date: Fri, 18 Apr 2025 20:13:27 +0000 Subject: [PATCH] [arm64 ci] add arm64 github runners this is to build and upload the wheels for aarch64 linux platform --- .github/workflows/building.yml | 2 +- .github/workflows/testing.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/building.yml b/.github/workflows/building.yml index a367197a..3764876b 100644 --- a/.github/workflows/building.yml +++ b/.github/workflows/building.yml @@ -10,7 +10,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-20.04, macos-14, windows-2019] + os: [ubuntu-20.04, macos-14, windows-2019, ubuntu-22.04-arm] python-version: ['3.9', '3.10', '3.11', '3.12', '3.13'] torch-version: [2.6.0] # [2.5.0] cuda-version: ['cpu', 'cu118', 'cu121', 'cu124', 'cu126'] diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index caccb058..684e113f 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, windows-2019] + os: [ubuntu-latest, windows-2019, ubuntu-22.04-arm] python-version: [3.9] torch-version: [2.5.0, 2.6.0]