diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a68e126..a489cef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,8 +9,8 @@ env: jobs: pico: - name: Raspberry Pi Pico compilation - runs-on: ubuntu-latest + name: RPi Pico compilation + runs-on: ubuntu-20.04 steps: - name: Check out code from GitHub uses: actions/checkout@v2