From e02c5b5db04fad6a839cb6e3f81141347dd18f1a Mon Sep 17 00:00:00 2001 From: Nuno Cruces Date: Mon, 19 Feb 2024 00:19:36 +0000 Subject: [PATCH] BSD. --- .github/workflows/bsd.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/bsd.yml b/.github/workflows/bsd.yml index 256ed78..3d718da 100644 --- a/.github/workflows/bsd.yml +++ b/.github/workflows/bsd.yml @@ -5,7 +5,7 @@ on: jobs: test: - runs-on: macos-12 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -20,11 +20,10 @@ jobs: run: .github/workflows/bsd.sh - name: Test - uses: cross-platform-actions/action@v0.22.0 + uses: cross-platform-actions/action@v0.23.0 with: operating_system: freebsd - version: '13.2' - memory: 8G + version: '14.0' shell: bash sync_files: runner-to-vm run: source test.sh