Skip to content

Commit

Permalink
ci: update to vmactions/freebsd-vm from v0 to v1
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dvrogozh authored and XinfengZhang committed Nov 28, 2023
1 parent 0931342 commit 63d2b22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/freebsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ on: [push, pull_request]

jobs:
freebsd:
runs-on: macos-12
runs-on: ubuntu-latest
steps:
- name: 'Checkout'
uses: actions/checkout@v4
- name: 'Install prerequisites and build'
uses: vmactions/freebsd-vm@v0
uses: vmactions/freebsd-vm@v1
with:
prepare: |
pkg install -y meson pkgconf libdrm libXext libXfixes wayland
Expand Down

0 comments on commit 63d2b22

Please sign in to comment.