Skip to content

Commit 63d2b22

Browse files
dvrogozhXinfengZhang
authored andcommitted
ci: update to vmactions/freebsd-vm from v0 to v1
As noted in the action v1 release note, action was rewritten to use qemu and libvirt which requires switch from macos to ubuntu runners. Signed-off-by: Dmitry Rogozhkin <[email protected]>
1 parent 0931342 commit 63d2b22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/freebsd.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ on: [push, pull_request]
44

55
jobs:
66
freebsd:
7-
runs-on: macos-12
7+
runs-on: ubuntu-latest
88
steps:
99
- name: 'Checkout'
1010
uses: actions/checkout@v4
1111
- name: 'Install prerequisites and build'
12-
uses: vmactions/freebsd-vm@v0
12+
uses: vmactions/freebsd-vm@v1
1313
with:
1414
prepare: |
1515
pkg install -y meson pkgconf libdrm libXext libXfixes wayland

0 commit comments

Comments
 (0)