From 18dec85d9c83102a260bf1082737f800684d50b6 Mon Sep 17 00:00:00 2001 From: Yuri Astrakhan Date: Tue, 26 Sep 2023 02:01:34 -0400 Subject: [PATCH] Try to use ubuntu for arm aaple cross-compile --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 262db3691..1fda98b90 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: matrix: include: - target: aarch64-apple-darwin - os: macOS-latest + os: ubuntu-latest cross: 'true' - target: aarch64-unknown-linux-gnu os: ubuntu-latest