From fb64fc418e5e5e7ec6a679c542e5480df4b8452f Mon Sep 17 00:00:00 2001 From: scribam Date: Sat, 7 Dec 2024 10:50:31 +0100 Subject: [PATCH] ci: update freebsd and openbsd versions --- .github/workflows/bsd.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/bsd.yml b/.github/workflows/bsd.yml index 71a6218a14..580bbe90ea 100644 --- a/.github/workflows/bsd.yml +++ b/.github/workflows/bsd.yml @@ -13,13 +13,13 @@ jobs: architecture: [ arm64, x86-64 ] include: - operating_system: freebsd - version: '14.1' + version: '14.2' pkginstall: sudo pkg install -y alsa-lib ccache cmake evdev-proto git libao libevdev libudev-devd libzip lua54 miniupnpc ninja pkgconf pulseaudio sdl2 - operating_system: netbsd version: '10.0' pkginstall: sudo pkgin update && sudo pkgin -y install alsa-lib ccache cmake gcc12 git libao libzip lua54 miniupnpc ninja-build pkgconf pulseaudio SDL2 && export PATH=/usr/pkg/gcc12/bin:$PATH - operating_system: openbsd - version: '7.5' + version: '7.6' pkginstall: sudo pkg_add ccache cmake git libao libzip miniupnpc ninja pkgconf pulseaudio sdl2 exclude: - architecture: arm64 @@ -36,7 +36,7 @@ jobs: key: ccache-${{ matrix.operating_system }}-${{ matrix.architecture }}-${{ github.sha }} restore-keys: ccache-${{ matrix.operating_system }}-${{ matrix.architecture }}- - - uses: cross-platform-actions/action@v0.25.0 + - uses: cross-platform-actions/action@v0.26.0 with: operating_system: ${{ matrix.operating_system }} architecture: ${{ matrix.architecture }}