diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 262c0e75b..25479df97 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -158,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: | @@ -169,11 +167,11 @@ jobs: fail-fast: false # Kill these jobs if they take too long. timeout-minutes: 25 - runs-on: macos-latest + runs-on: ubuntu-22.04 name: NetBSD-${{ matrix.os.version}} ${{ matrix.build-type }} steps: - uses: actions/checkout@v3 - - uses: vmactions/netbsd-vm@v0 + - uses: vmactions/netbsd-vm@v1 with: release: ${{ matrix.os.version}} usesh: true