From 73167955b548aaa11dc2333362f81e03c92e8fcf Mon Sep 17 00:00:00 2001 From: mc_fdc Date: Sat, 28 Oct 2023 00:12:14 +0900 Subject: [PATCH] Update CI.yml --- .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 c7572168d..294d7fe6f 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -69,7 +69,7 @@ jobs: runs-on: macos-latest strategy: matrix: - target: [x86_64, aarch64] + target: [x86_64] steps: - uses: actions/checkout@v3 - uses: actions/setup-python@v4