From 289fd9cac4b2bbff1b2837ffd3a311eaddbc8e62 Mon Sep 17 00:00:00 2001 From: Lindsay Stewart Date: Thu, 26 Oct 2023 10:39:54 -0700 Subject: [PATCH 1/2] Switch from vmactions to cross-platform-actions --- .github/workflows/ci_freebsd.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_freebsd.yml b/.github/workflows/ci_freebsd.yml index a91bda7e147..c094168a931 100644 --- a/.github/workflows/ci_freebsd.yml +++ b/.github/workflows/ci_freebsd.yml @@ -15,11 +15,13 @@ jobs: - uses: actions/checkout@v3 - name: Build and test in FreeBSD id: test - uses: vmactions/freebsd-vm@v0.3.0 + uses: cross-platform-actions/action@v0.20.0 with: - prepare: pkg install -y ninja cmake + operating_system: freebsd + version: '13.2' run: | freebsd-version + sudo pkg install -y ninja cmake .github/s2n_bsd.sh - name: Upload test results if: ${{ failure() }} From bd3141fa63a29b76985aea6e7285d549e0f75fa6 Mon Sep 17 00:00:00 2001 From: Lindsay Stewart Date: Thu, 26 Oct 2023 12:46:04 -0700 Subject: [PATCH 2/2] Test --- .github/workflows/ci_freebsd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_freebsd.yml b/.github/workflows/ci_freebsd.yml index c094168a931..aa1ab3ac526 100644 --- a/.github/workflows/ci_freebsd.yml +++ b/.github/workflows/ci_freebsd.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v3 - name: Build and test in FreeBSD id: test - uses: cross-platform-actions/action@v0.20.0 + uses: cross-platform-actions/action@v0.10.0 with: operating_system: freebsd version: '13.2'