Skip to content

Commit 0870738

Browse files
committed
Fixes workflow
1 parent f722509 commit 0870738

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/arduino-esp-v2-build-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ concurrency:
4747
jobs:
4848
build:
4949
name: ${{ matrix.build-properties }}:${{ matrix.sketch }}:${{matrix.board}}@${{matrix.platform-version}}
50-
runs-on: ${{ github.event.repository.private && 'self-hosted' || 'ubuntu-latest' }}
50+
runs-on: ubuntu-latest
5151
timeout-minutes: 12
5252

5353
strategy:

0 commit comments

Comments
 (0)