Skip to content

Commit

Permalink
disable unused builder
Browse files Browse the repository at this point in the history
  • Loading branch information
ifurther authored Jan 13, 2024
1 parent 47bc274 commit 8397f80
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@ on:
jobs:
build:
name: Run build ${{ matrix.BUILDER }} ${{ matrix.ARCH }}
if: ${{ matrix.BUILDER }} != 'hyperv-iso.hyperv' || ${{ matrix.BUILDER }} != 'vmware-iso.vmware'
runs-on: macos-12
strategy:
matrix:
BUILDER: ['virtualbox-iso.virtualbox', 'qemu.qemu', 'vmware-iso.vmware', 'hyperv-iso.hyperv']
BUILDER: ['virtualbox-iso.virtualbox', 'qemu.qemu']
ARCH: ['x86_64']
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 8397f80

Please sign in to comment.