]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
build: run BSD tests on macos-12
authorVincent Bernat <vincent@bernat.ch>
Sat, 4 May 2024 11:58:39 +0000 (13:58 +0200)
committerVincent Bernat <vincent@bernat.ch>
Sat, 4 May 2024 11:58:39 +0000 (13:58 +0200)
No nested virtualization allowed for macos-14.

.github/workflows/ci.yml

index 4abbf514a30aba8348b43946f3117c690129c71a..81d50701190160a49455e3446da9bfe8dec0e31d 100644 (file)
@@ -108,15 +108,15 @@ jobs:
         os:
           - name: freebsd
             version: '13.2'
-            runner: macos-latest
+            runner: macos-12
             hypervisor: qemu
           - name: netbsd
             version: '9.3'
-            runner: macos-latest
+            runner: macos-12
             hypervisor: qemu
           - name: openbsd
             version: '7.4'
-            runner: macos-latest
+            runner: macos-12
             hypervisor: xhyve
     runs-on: ${{ matrix.os.runner }}
     steps: