From 51cc443020c67e42f47d1395e76f1b1b3d4bb09a Mon Sep 17 00:00:00 2001 From: Matthew Parkinson Date: Tue, 7 Nov 2023 13:08:35 +0000 Subject: [PATCH] Fix FreeBSD CI --- .github/workflows/main.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cc4cb1658..27dd2bfa6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -126,8 +126,6 @@ jobs: freebsd: strategy: matrix: - # Build each combination of OS, version, and release/debug variants - # FreeBSD and OpenBSD run on xhyve, netbsd needs qemu os: - version: '13.1' dependencies: pkg ins -y cmake ninja @@ -138,11 +136,11 @@ jobs: fail-fast: false # Kill these jobs if they take too long. timeout-minutes: 25 - runs-on: macos-latest + runs-on: ubuntu-latest name: FreeBSD-${{ matrix.os.version}} ${{ matrix.build-type }} steps: - uses: actions/checkout@v3 - - uses: vmactions/freebsd-vm@v0 + - uses: vmactions/freebsd-vm@v1 with: release: ${{ matrix.os.version}} usesh: true @@ -160,8 +158,6 @@ jobs: netbsd: strategy: matrix: - # Build each combination of OS, version, and release/debug variants - # FreeBSD and OpenBSD run on xhyve, netbsd needs qemu os: - version: '9.2' dependencies: |