From 6c61bc06f5feb9cbc4a638e9eaa4bc6a1c6cac7f Mon Sep 17 00:00:00 2001 From: Meng Zhang Date: Sat, 25 Nov 2023 15:09:54 +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 a7677d4..2c98553 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,7 +65,7 @@ jobs: release-binary: if: github.event_name != 'pull_request' needs: tests - runs-on: ${{ matrix.target }} + runs-on: ${{ matrix.os }} strategy: matrix: target: [aarch64-apple-darwin, x86_64-unknown-linux-gnu, x86_64-unknown-linux-gnu-cuda-11.7]