]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
build: run cross-platforms test on ubuntu-latest
authorVincent Bernat <vincent@bernat.ch>
Tue, 6 Aug 2024 05:36:20 +0000 (07:36 +0200)
committerVincent Bernat <vincent@bernat.ch>
Tue, 6 Aug 2024 05:37:15 +0000 (07:37 +0200)
MacOS and Xhyve are deprecated. See:
https://github.com/cross-platform-actions/action/blob/HEAD/changelog.md#0250---2024-07-11

.github/workflows/ci.yml

index bcc92e91b52c2889467c5ae33567240765988a68..c3298fac5c66aa2eecc065a840ca28b2514794a3 100644 (file)
@@ -108,17 +108,11 @@ jobs:
         os:
           - name: freebsd
             version: '13.3'
-            runner: macos-12
-            hypervisor: qemu
           - name: netbsd
             version: '9.3'
-            runner: macos-12
-            hypervisor: qemu
           - name: openbsd
             version: '7.4'
-            runner: macos-12
-            hypervisor: xhyve
-    runs-on: ${{ matrix.os.runner }}
+    runs-on: ubuntu-latest
     steps:
       - uses: actions/checkout@v4
         with:
@@ -128,7 +122,6 @@ jobs:
         with:
           operating_system: ${{ matrix.os.name }}
           version: ${{ matrix.os.version }}
-          hypervisor: ${{ matrix.os.hypervisor }}
           environment_variables: LLDPD_CONFIG_ARGS
           shell: bash
           run: |