1 parent d41ebf2 commit fd7ea2cCopy full SHA for fd7ea2c
1 file changed
.github/workflows/build-examples.yml
@@ -11,12 +11,9 @@ jobs:
11
build-examples:
12
strategy:
13
matrix:
14
- os:
15
- - ubuntu-latest
16
example:
17
- Async-Server
18
- Authentication
19
- - HTML-Forms
20
- HTTPS-and-HTTP
21
- Middleware
22
- Parameters
@@ -29,7 +26,7 @@ jobs:
29
26
board:
30
27
- wrover
31
28
- wroom
32
- runs-on: ${{ matrix.os }}
+ runs-on: ubuntu-latest
33
steps:
34
- name: Checkout codebase
35
uses: actions/checkout@f90c7b395dac7c5a277c1a6d93d5057c1cddb74e
0 commit comments