From 0b46e74ea69bdecb9156d61960b9fc9d79c5dabe Mon Sep 17 00:00:00 2001 From: Nuno Cruces Date: Tue, 16 Dec 2025 12:34:55 +0000 Subject: [PATCH] Bump cross-platform-actions/action from 0.30.0 to 0.31.0 --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4a5eb9a..72eb681 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -98,12 +98,12 @@ jobs: matrix: os: - name: freebsd - version: '14.3' + version: '15.0' - name: netbsd version: '10.1' - name: freebsd arch: arm64 - version: '14.3' + version: '15.0' tflags: '-test.short' - name: netbsd arch: arm64 @@ -126,7 +126,7 @@ jobs: run: .github/workflows/build-test.sh - name: Test - uses: cross-platform-actions/action@v0.30.0 + uses: cross-platform-actions/action@v0.31.0 with: operating_system: ${{ matrix.os.name }} architecture: ${{ matrix.os.arch }}