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 1ddd76e commit 14f5a77Copy full SHA for 14f5a77
1 file changed
.github/workflows/platformio-build-check.yml
@@ -45,7 +45,7 @@ concurrency:
45
jobs:
46
build:
47
name: ${{ matrix.unit }}:${{ matrix.example }}@${{ matrix.board }}:${{ matrix.framework }}:${{ matrix.espressif32 }}
48
- runs-on: ${{ github.event.repository.private && 'self-hosted' || 'ubuntu-latest' }}
+ runs-on: ubuntu-latest
49
timeout-minutes: 12
50
51
strategy:
0 commit comments