Skip to content

Commit fd7ea2c

Browse files
committed
CI: Remove OS from matrix, remove non-existing example
1 parent d41ebf2 commit fd7ea2c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build-examples.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,9 @@ jobs:
1111
build-examples:
1212
strategy:
1313
matrix:
14-
os:
15-
- ubuntu-latest
1614
example:
1715
- Async-Server
1816
- Authentication
19-
- HTML-Forms
2017
- HTTPS-and-HTTP
2118
- Middleware
2219
- Parameters
@@ -29,7 +26,7 @@ jobs:
2926
board:
3027
- wrover
3128
- wroom
32-
runs-on: ${{ matrix.os }}
29+
runs-on: ubuntu-latest
3330
steps:
3431
- name: Checkout codebase
3532
uses: actions/checkout@f90c7b395dac7c5a277c1a6d93d5057c1cddb74e

0 commit comments

Comments
 (0)