From 6fc0a47a7800c32b9de5a73e931e9f5c312b6d7d Mon Sep 17 00:00:00 2001 From: Googlefan Date: Sun, 23 Feb 2025 05:08:13 +0000 Subject: [PATCH] fix --- .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 706bf66..7f32a3e 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -22,7 +22,7 @@ jobs: platform: - runner: ubuntu-latest target: x86_64 - - runner: macos-latest + - runner: ubuntu-latest target: aarch64 steps: - uses: actions/checkout@v4