From 1f11b2b99cb5495f44d104581306fd6538be8c33 Mon Sep 17 00:00:00 2001 From: Laurent Cheylus Date: Wed, 23 Jul 2025 12:25:47 +0200 Subject: [PATCH] ci: use FreeBSD version 14.3 after the bump of cross-platform-actions/action to 0.29.0 (#24953) --- .github/workflows/freebsd_ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/freebsd_ci.yml b/.github/workflows/freebsd_ci.yml index da54fc41bc..e777675af4 100644 --- a/.github/workflows/freebsd_ci.yml +++ b/.github/workflows/freebsd_ci.yml @@ -33,7 +33,7 @@ jobs: uses: cross-platform-actions/action@v0.29.0 with: operating_system: freebsd - version: '14.2' + version: '14.3' memory: 4G shell: sh sync_files: runner-to-vm @@ -59,7 +59,7 @@ jobs: uses: cross-platform-actions/action@v0.29.0 with: operating_system: freebsd - version: '14.2' + version: '14.3' memory: 4G shell: sh sync_files: runner-to-vm @@ -85,7 +85,7 @@ jobs: uses: cross-platform-actions/action@v0.29.0 with: operating_system: freebsd - version: '14.2' + version: '14.3' memory: 4G shell: sh sync_files: runner-to-vm