From 20d8ca01328b7b3eaedc074193c5bdae39c3ad0b Mon Sep 17 00:00:00 2001 From: Ozkan Sezer Date: Sun, 5 Jul 2026 23:37:56 +0300 Subject: [PATCH] ci: bump freebsd and cross-platform-actions --- .github/workflows/create-test-plan.py | 2 +- .github/workflows/generic.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/create-test-plan.py b/.github/workflows/create-test-plan.py index 6febd9bf03..611e4a4810 100755 --- a/.github/workflows/create-test-plan.py +++ b/.github/workflows/create-test-plan.py @@ -639,7 +639,7 @@ def spec_to_job(spec: JobSpec, key: str, trackmem_symbol_names: bool) -> JobDeta match spec.platform: case SdlPlatform.FreeBSD: job.cpactions_os = "freebsd" - job.cpactions_version = "14.3" + job.cpactions_version = "14.4" job.cpactions_arch = "x86-64" job.cpactions_setup_cmd = "sudo pkg update" job.cpactions_install_cmd = "sudo pkg install -y cmake ninja pkgconf libXcursor libXext libXinerama libXi libXfixes libXrandr libXScrnSaver libXxf86vm wayland wayland-protocols libxkbcommon mesa-libs libglvnd evdev-proto libinotify alsa-lib jackit pipewire pulseaudio sndio dbus zh-fcitx ibus libudev-devd" diff --git a/.github/workflows/generic.yml b/.github/workflows/generic.yml index ed17a0410c..9a73e15153 100644 --- a/.github/workflows/generic.yml +++ b/.github/workflows/generic.yml @@ -263,7 +263,7 @@ jobs: - name: 'Build (cross-platform-actions, BSD)' id: cpactions if: ${{ matrix.platform.cpactions }} - uses: cross-platform-actions/action@v0.29.0 + uses: cross-platform-actions/action@v1 with: operating_system: '${{ matrix.platform.cpactions-os }}' architecture: '${{ matrix.platform.cpactions-arch }}'