Skip to content

Commit 4b37049

Browse files
scribamflyinghead
authored andcommitted
ci: use freebsd 14.3
1 parent 6ea9a34 commit 4b37049

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/bsd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
architecture: [ arm64, x86-64 ]
1414
include:
1515
- operating_system: freebsd
16-
version: '14.2'
16+
version: '14.3'
1717
pkginstall: sudo pkg update && sudo pkg install -y alsa-lib ccache cmake evdev-proto git libao libevdev libudev-devd libzip lua54 miniupnpc ninja pkgconf pulseaudio sdl2 libcdio
1818
- operating_system: netbsd
1919
version: '10.1'
@@ -36,7 +36,7 @@ jobs:
3636
key: ccache-${{ matrix.operating_system }}-${{ matrix.architecture }}-${{ github.sha }}
3737
restore-keys: ccache-${{ matrix.operating_system }}-${{ matrix.architecture }}-
3838

39-
- uses: cross-platform-actions/action@v0.28.0
39+
- uses: cross-platform-actions/action@v0.29.0
4040
with:
4141
operating_system: ${{ matrix.operating_system }}
4242
architecture: ${{ matrix.architecture }}

0 commit comments

Comments
 (0)