From 47bc274db70bace1870ed516290cf904fd811525 Mon Sep 17 00:00:00 2001 From: Further <55025025+ifurther@users.noreply.github.com> Date: Sat, 13 Jan 2024 22:54:46 +0800 Subject: [PATCH] fix ci detect builder type --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e60f52a..3e7364b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,7 +7,7 @@ on: jobs: build: name: Run build ${{ matrix.BUILDER }} ${{ matrix.ARCH }} - if: runner.os != 'hyperv-iso.hyperv' || runner.os != 'vmware-iso.vmware' + if: ${{ matrix.BUILDER }} != 'hyperv-iso.hyperv' || ${{ matrix.BUILDER }} != 'vmware-iso.vmware' runs-on: macos-12 strategy: matrix: