Skip to content

Commit

Permalink
fix ci detect builder type
Browse files Browse the repository at this point in the history
  • Loading branch information
ifurther authored Jan 13, 2024
1 parent 9f39825 commit 47bc274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 47bc274

Please sign in to comment.