Skip to content

Commit

Permalink
fix(build): fix libvirt build
Browse files Browse the repository at this point in the history
  • Loading branch information
ruzickap committed May 3, 2023
1 parent f91916c commit 7cc1e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
build-boxes:
name: "*"
runs-on: ${{ (contains(matrix.stage, 'virtualbox') && 'macos-12') || 'macos-13' }}
runs-on: macos-12
needs: generate-matrix
if: ${{ needs.generate-matrix.outputs.MATRIX != '[]' && needs.generate-matrix.outputs.MATRIX != '' }}
concurrency:
Expand Down

0 comments on commit 7cc1e09

Please sign in to comment.