]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Update build.yml to fix BSD builds (#456)
authorMartin-Éric RACINE <57731134+perkelix@users.noreply.github.com>
Wed, 12 Feb 2025 15:39:27 +0000 (17:39 +0200)
committerGitHub <noreply@github.com>
Wed, 12 Feb 2025 15:39:27 +0000 (15:39 +0000)
.github/workflows/build.yml

index 60cb8225695876453ab98a2040195817ca977760..3f4b166f0492efb960392e6241f8dbba26ca385d 100644 (file)
@@ -29,7 +29,7 @@ jobs:
       run: make tests
 
   openbsd:
-    runs-on: macos-12
+    runs-on: ubuntu-latest
     steps:
     - name: Bootstrap OpenBSD-latest
       uses: mario-campos/emulate@v1
@@ -56,7 +56,7 @@ jobs:
         make tests
 
   freebsd:
-    runs-on: macos-12
+    runs-on: ubuntu-latest
     steps:
     - name: Bootstrap FreeBSD-latest
       uses: mario-campos/emulate@v1
@@ -82,7 +82,7 @@ jobs:
          make tests
 
   netbsd:
-    runs-on: macos-12
+    runs-on: ubuntu-latest
     steps:
     - name: Bootstrap NetBSD-latest
       uses: mario-campos/emulate@v1