Skip to content

Commit

Permalink
Debian is not supported for selfhosted runners
Browse files Browse the repository at this point in the history
  • Loading branch information
folkertvanheusden committed Oct 8, 2024
1 parent 43e1ed9 commit 695f603
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/platformio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push]

jobs:
build:
runs-on: self-hosted
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
Expand All @@ -16,7 +16,7 @@ jobs:
key: ${{ runner.os }}-pio
- uses: actions/setup-python@v5
with:
python-version: '3.x'
python-version: '3.11'
- name: Install PlatformIO Core
run: pip install --upgrade platformio

Expand Down

0 comments on commit 695f603

Please sign in to comment.