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 d257020 commit 3c394f9Copy full SHA for 3c394f9
.github/workflows/unix.yml
@@ -9,7 +9,7 @@ on:
9
jobs:
10
build_esp32:
11
if: ${{ github.event_name != 'pull_request' || github.repository != github.event.pull_request.head.repo.full_name }}
12
- runs-on: self-hosted
+ runs-on: ubuntu-latest
13
steps:
14
- uses: actions/checkout@v4
15
0 commit comments