From efaf83afdba7c1152291b80a953328514750a3c3 Mon Sep 17 00:00:00 2001 From: Iain Buclaw Date: Mon, 19 Feb 2024 01:47:44 +0100 Subject: [PATCH] gha: Update cross-platform-actions to v0.23.0 --- .github/workflows/main.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 820977b14d9..b580f597a92 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -81,21 +81,19 @@ jobs: include: - job_name: FreeBSD 13.2 x64 freebsd_version: '13.2' - - job_name: FreeBSD 12.4 x64 - freebsd_version: '12.4' name: ${{ matrix.job_name }} - runs-on: macos-latest + runs-on: ubuntu-latest timeout-minutes: 60 steps: - uses: actions/checkout@v4 with: fetch-depth: 50 - name: Run in VM - uses: cross-platform-actions/action@v0.21.1 + uses: cross-platform-actions/action@v0.23.0 with: operating_system: freebsd hypervisor: qemu - memory: 8G + memory: 12G sync_files: runner-to-vm version: ${{ matrix.freebsd_version }} shell: bash