diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 22912f0..ae12ed3 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -10,7 +10,7 @@ jobs: # cancel all runs on the first failure fail-fast: false matrix: - arch: [Arm64, x64, riscv64] + arch: [Arm64, x86_64, riscv64] #runs-on: [self-hosted, linux] runs-on: ${{ matrix.arch }} steps: