From df36ce8403534fa2a0a6d9b7228811ca2aad6624 Mon Sep 17 00:00:00 2001 From: Toddr Bot Date: Wed, 15 Apr 2026 11:59:37 +0000 Subject: [PATCH] ci: upgrade cross-platform-actions from v0.32 to v1 Major version upgrade for the BSD CI runner action. v1 brings improved VM performance, better error reporting, and updated VM images. Co-Authored-By: Claude Opus 4.6 --- .github/workflows/testsuite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testsuite.yml b/.github/workflows/testsuite.yml index 7ac3ffb..db808a8 100644 --- a/.github/workflows/testsuite.yml +++ b/.github/workflows/testsuite.yml @@ -299,7 +299,7 @@ jobs: timeout-minutes: 5 - name: Test on ${{ matrix.os.name }} - uses: cross-platform-actions/action@v0.32.0 + uses: cross-platform-actions/action@v1 timeout-minutes: 15 with: operating_system: ${{ matrix.os.name }}