Skip to content

Commit 14f5a77

Browse files
committed
Fixes workflow
1 parent 1ddd76e commit 14f5a77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/platformio-build-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ concurrency:
4545
jobs:
4646
build:
4747
name: ${{ matrix.unit }}:${{ matrix.example }}@${{ matrix.board }}:${{ matrix.framework }}:${{ matrix.espressif32 }}
48-
runs-on: ${{ github.event.repository.private && 'self-hosted' || 'ubuntu-latest' }}
48+
runs-on: ubuntu-latest
4949
timeout-minutes: 12
5050

5151
strategy:

0 commit comments

Comments
 (0)