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 committed Nov 27, 2023
1 parent 0931342 commit 705f07c
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 705f07c

Please sign in to comment.