]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
build: keep using xhyve for OpenBSD
authorVincent Bernat <vincent@bernat.ch>
Fri, 1 Dec 2023 21:03:31 +0000 (22:03 +0100)
committerVincent Bernat <vincent@bernat.ch>
Fri, 1 Dec 2023 21:03:31 +0000 (22:03 +0100)
See https://github.com/cross-platform-actions/action/issues/73

.github/workflows/ci.yml

index 36b981a73979e6f07e646e0472f844284fcea7fd..4fc7dfd9e4dcb22633b66a466a06b309664fc9cc 100644 (file)
@@ -109,9 +109,11 @@ jobs:
           - name: freebsd
             version: '13.0'
             runner: macos-latest
+            hypervisor: qemu
           - name: openbsd
             version: '7.1'
             runner: macos-latest
+            hypervisor: xhyve
     runs-on: ${{ matrix.os.runner }}
     steps:
       - uses: actions/checkout@v4
@@ -120,9 +122,9 @@ jobs:
       - name: Test on ${{ matrix.os.name }}
         uses: cross-platform-actions/action@v0.21.0
         with:
-          hypervisor: qemu
           operating_system: ${{ matrix.os.name }}
           version: ${{ matrix.os.version }}
+          hypervisor: ${{ matrix.os.hypervisor }}
           environment_variables: LLDPD_CONFIG_ARGS
           shell: bash
           run: |