From 4627bcd1098ec6910fb924d5362d30811c4d0fee Mon Sep 17 00:00:00 2001 From: hsaturn Date: Thu, 29 Dec 2022 02:20:22 +0100 Subject: [PATCH] AUnit uses ubuntu 20.04 --- .github/workflows/aunit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/aunit.yml b/.github/workflows/aunit.yml index d5fc357..80e9978 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