Skip to content

Commit 4af6a66

Browse files
jbeichdvrogozh
authored andcommitted
ci: upgrade FreeBSD to 13.1
FreeBSD doesn't support /latest and /quarterly package repos on EOL versions. 13.0 reaches EOL on 2022-08-31, so avoid CI breakage.
1 parent d5d778c commit 4af6a66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/freebsd.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212

1313
jobs:
1414
freebsd:
15-
runs-on: macos-10.15
15+
runs-on: macos-12
1616
steps:
1717
- name: checkout libva
1818
uses: actions/checkout@v2
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
path: libva-utils
2626
- name: test
27-
uses: vmactions/freebsd-vm@v0.1.5
27+
uses: vmactions/freebsd-vm@v0
2828
with:
2929
prepare: |
3030
pkg install -y meson pkgconf libdrm libXext libXfixes wayland

0 commit comments

Comments
 (0)