From 51530d21f9c524c43ba74074b95f76a53b37b451 Mon Sep 17 00:00:00 2001 From: Lindsay Stewart Date: Wed, 13 Dec 2023 12:13:37 -0800 Subject: [PATCH] ci: switch FreeBSD back to vmactions --- .github/workflows/ci_freebsd.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci_freebsd.yml b/.github/workflows/ci_freebsd.yml index c1754ddd27e..e58b0561494 100644 --- a/.github/workflows/ci_freebsd.yml +++ b/.github/workflows/ci_freebsd.yml @@ -9,20 +9,18 @@ on: jobs: testfreebsd: - runs-on: macos-12 + runs-on: ubuntu-latest name: CI FreeBSD steps: - uses: actions/checkout@v3 - name: Build and test in FreeBSD id: test - uses: cross-platform-actions/action@v0.21.1 - timeout-minutes: 25 + uses: vmactions/freebsd-vm@v1 + timeout-minutes: 45 with: - operating_system: freebsd - version: '13.1' + prepare: pkg install -y ninja cmake run: | freebsd-version - sudo pkg install -y ninja cmake .github/s2n_bsd.sh - name: Upload test results if: ${{ failure() }}