Skip to content

Commit

Permalink
Fix FreeBSD CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mjp41 committed Nov 7, 2023
1 parent 65d999a commit 51cc443
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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: |
Expand Down

0 comments on commit 51cc443

Please sign in to comment.