From bd9e96e3b805f29ec2d3cddec25eb2485324b09c Mon Sep 17 00:00:00 2001 From: Carbo Kuo Date: Fri, 26 Jul 2024 12:43:07 -0400 Subject: [PATCH] Delete arch --- .github/workflows/cmake.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 575c35f27..a41651111 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -12,10 +12,6 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest] - architecture: [x86_64, x86, arm64] - exclude: - - os: macos-latest - architecture: x86 steps: - uses: actions/checkout@v4 - name: make build