From 87653ad8420d18ae30586bf3e353883362928dc3 Mon Sep 17 00:00:00 2001 From: Carl Zhang Date: Tue, 5 Dec 2023 01:09:38 -0500 Subject: [PATCH] ci: update freebsd vm to the v1 version The previous v0 is not working anymore. Update to use the latest v1 version. same as https://github.com/intel/libva/pull/775 &https://github.com/intel/libva-utils/pull/352 but last one was closed unfortunately. Signed-off-by: Carl Zhang --- .github/workflows/freebsd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/freebsd.yml b/.github/workflows/freebsd.yml index 47c7ce21..57196b50 100644 --- a/.github/workflows/freebsd.yml +++ b/.github/workflows/freebsd.yml @@ -12,7 +12,7 @@ on: jobs: freebsd: - runs-on: macos-12 + runs-on: ubuntu-latest steps: - name: checkout libva uses: actions/checkout@v3 @@ -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