Skip to content

Commit

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

0 comments on commit d0d2f22

Please sign in to comment.