Skip to content

Commit

Permalink
ci: update freebsd vm to the v1 version
Browse files Browse the repository at this point in the history
The previous v0 is not working anymore.
Update to use the latest v1 version.
same as intel/libva#775
&#352

but last one was closed unfortunately.

Signed-off-by: Carl Zhang <[email protected]>
  • Loading branch information
XinfengZhang committed Feb 2, 2024
1 parent 30da35a commit 87653ad
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 @@ -12,7 +12,7 @@ on:

jobs:
freebsd:
runs-on: macos-12
runs-on: ubuntu-latest
steps:
- name: checkout libva
uses: actions/checkout@v3
Expand All @@ -24,7 +24,7 @@ jobs:
with:
path: libva-utils
- name: test
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 87653ad

Please sign in to comment.