Skip to content

Commit 24f3dd6

Browse files
committed
[ci] test hhfab build on macos
1 parent c69bba0 commit 24f3dd6

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,14 @@ jobs:
9191
limit-access-to-actor: true
9292

9393
build:
94-
runs-on: lab
94+
runs-on: ${{ matrix.os }}
9595
timeout-minutes: 30
9696

9797
strategy:
9898
matrix:
99+
os:
100+
- ubuntu-latest
101+
- macos-latest
99102
preset:
100103
- lab
101104
- vlab
@@ -104,7 +107,11 @@ jobs:
104107
- hedgehog
105108
exclude:
106109
- preset: vlab
107-
dhcpd: hedgehog
110+
dhcpd: isc
111+
- preset: vlab
112+
os: macos-latest
113+
- dhcpd: isc
114+
os: macos-latest
108115

109116
steps:
110117
- name: Checkout repository

0 commit comments

Comments
 (0)