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 f722509 commit 0870738Copy full SHA for 0870738
1 file changed
.github/workflows/arduino-esp-v2-build-check.yml
@@ -47,7 +47,7 @@ concurrency:
47
jobs:
48
build:
49
name: ${{ matrix.build-properties }}:${{ matrix.sketch }}:${{matrix.board}}@${{matrix.platform-version}}
50
- runs-on: ${{ github.event.repository.private && 'self-hosted' || 'ubuntu-latest' }}
+ runs-on: ubuntu-latest
51
timeout-minutes: 12
52
53
strategy:
0 commit comments