Skip to content

Commit 9cd5e60

Browse files
committed
switch back to Linux runner for PIO CI
1 parent 9fe3c59 commit 9cd5e60

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/build_platformio.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,7 @@ permissions: {}
5151

5252
jobs:
5353
run_pio:
54-
# We must use a windows runner because ESP SDK ships with pre-compiled libs.
55-
# These pre-compiled libs come with LwIP lib (used by RF24Ethernet) included,
56-
# but LwIP lib is disabled by default on Linux builds.
57-
runs-on: windows-latest
54+
runs-on: ubuntu-latest
5855
steps:
5956
- uses: actions/checkout@v6
6057
with:

0 commit comments

Comments
 (0)