From 7eff56e01c3b950d15cb4c599598163b51d96dc5 Mon Sep 17 00:00:00 2001 From: Miha Kralj Date: Sun, 1 Mar 2026 17:17:26 -0800 Subject: [PATCH] fix: run linux-arm64 wheel build on native ARM runner --- .github/workflows/Release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index 764113a6..59c99a70 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -45,7 +45,7 @@ jobs: native_dir: linux_x86_64 native_file: quantalib_native.so - wheel_id: linux-arm64 - os: ubuntu-latest + os: ubuntu-24.04-arm rid: linux-arm64 native_dir: linux_arm64 native_file: quantalib_native.so