Skip to content

Commit

Permalink
github: fix the BSD workflow (#662)
Browse files Browse the repository at this point in the history
Run it on Ubuntu and update to freebsd-vm@v1
  • Loading branch information
whot authored Apr 22, 2024
1 parent 6b340d6 commit 01b91b8
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 @@ -11,11 +11,11 @@ jobs:
# FreeBSD build job
#
freebsd:
runs-on: macos-12
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: meson test
uses: vmactions/freebsd-vm@v0
uses: vmactions/freebsd-vm@v1
with:
prepare: |
pkg install -y meson pkgconf evdev-proto libgudev libxml++ bash libevdev
Expand Down

0 comments on commit 01b91b8

Please sign in to comment.