Skip to content

Commit

Permalink
Update freebsd.yml
Browse files Browse the repository at this point in the history
upgrade to latest freebsd vm
  • Loading branch information
Neilpang authored Nov 20, 2023
1 parent b0389f4 commit 59c5059
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 59c5059

Please sign in to comment.