Skip to content

Commit

Permalink
build: update BSD versions, add NetBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentbernat committed Dec 1, 2023
1 parent 727fd19 commit 0fa2c9a
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,15 @@ jobs:
matrix:
os:
- name: freebsd
version: '13.0'
version: '13.2'
runner: macos-latest
hypervisor: qemu
- name: netbsd
version: '9.3'
runner: macos-latest
hypervisor: qemu
- name: openbsd
version: '7.1'
version: '7.4'
runner: macos-latest
hypervisor: xhyve
runs-on: ${{ matrix.os.runner }}
Expand All @@ -120,7 +124,7 @@ jobs:
with:
submodules: true
- name: Test on ${{ matrix.os.name }}
uses: cross-platform-actions/action@v0.21.0
uses: cross-platform-actions/action@v0.21.1
with:
operating_system: ${{ matrix.os.name }}
version: ${{ matrix.os.version }}
Expand Down

0 comments on commit 0fa2c9a

Please sign in to comment.