We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c69bba0 commit 24f3dd6Copy full SHA for 24f3dd6
.github/workflows/ci.yaml
@@ -91,11 +91,14 @@ jobs:
91
limit-access-to-actor: true
92
93
build:
94
- runs-on: lab
+ runs-on: ${{ matrix.os }}
95
timeout-minutes: 30
96
97
strategy:
98
matrix:
99
+ os:
100
+ - ubuntu-latest
101
+ - macos-latest
102
preset:
103
- lab
104
- vlab
@@ -104,7 +107,11 @@ jobs:
107
- hedgehog
105
108
exclude:
106
109
- preset: vlab
- dhcpd: hedgehog
110
+ dhcpd: isc
111
+ - preset: vlab
112
+ os: macos-latest
113
+ - dhcpd: isc
114
115
116
steps:
117
- name: Checkout repository
0 commit comments