From 8992454cd66713003c2ba354f39f4a4959951086 Mon Sep 17 00:00:00 2001 From: Meng Zhang Date: Sat, 25 Nov 2023 14:17:31 +0800 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 55cf065..5818bd8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,7 +68,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [macos-latest, ubuntu-latest] + target: [aarch64-apple-darwin, x86_64-unknown-linux-gnu, x86_64-unknown-linux-gnu-cuda-11.7] include: - os: macos-latest target: aarch64-apple-darwin