Skip to content
This repository was archived by the owner on May 6, 2025. It is now read-only.

Commit cf1e8db

Browse files
committed
fix(build): fix libvirt build
1 parent f91916c commit cf1e8db

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,8 @@ jobs:
152152
153153
build-boxes:
154154
name: "*"
155-
runs-on: ${{ (contains(matrix.stage, 'virtualbox') && 'macos-12') || 'macos-13' }}
155+
# runs-on: ${{ (contains(matrix.stage, 'virtualbox') && 'macos-12') || 'macos-13' }}
156+
runs-on: macos-12
156157
needs: generate-matrix
157158
if: ${{ needs.generate-matrix.outputs.MATRIX != '[]' && needs.generate-matrix.outputs.MATRIX != '' }}
158159
concurrency:

0 commit comments

Comments
 (0)