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