From 2ed9b3c6ea634cc1d5776d3e2a0b93225c2dc904 Mon Sep 17 00:00:00 2001 From: rusefi Date: Tue, 8 Sep 2020 13:50:30 -0400 Subject: [PATCH] #1773 GHA unit_tests does not fail while it should another wild shot --- .github/workflows/build-unit-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-unit-tests.yaml b/.github/workflows/build-unit-tests.yaml index ca45ecd2c6..1bd4388ea6 100644 --- a/.github/workflows/build-unit-tests.yaml +++ b/.github/workflows/build-unit-tests.yaml @@ -4,7 +4,7 @@ on: [push,pull_request] jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v1