diff --git a/.github/workflows/aunit.yml b/.github/workflows/aunit.yml index d5fc357..3165858 100644 --- a/.github/workflows/aunit.yml +++ b/.github/workflows/aunit.yml @@ -9,7 +9,7 @@ on: [push] jobs: build: - runs-on: ubuntu-18.04 + runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2 @@ -18,7 +18,7 @@ jobs: run: | cd .. git clone https://github.com/hsaturn/TinyConsole - git clone https://github.com/bxparks/EpoxyDuino + git clone https://github.com/hsaturn/EpoxyDuino git clone https://github.com/bxparks/AceRoutine git clone https://github.com/bxparks/AUnit git clone https://github.com/bxparks/AceCommon