From a0435b2cfbb9f6e87db258c7a8aa2ebcc4360ed5 Mon Sep 17 00:00:00 2001 From: hsaturn Date: Tue, 3 Jan 2023 04:33:47 +0100 Subject: [PATCH] Release 0.9.12 unit test build upgrade --- .github/workflows/aunit.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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