From b6261c756de6d088e8c79187dd2b6d7739339708 Mon Sep 17 00:00:00 2001
From: "lukasz.rozmej" <lukasz.rozmej@gmail.com>
Date: Mon, 28 Nov 2022 12:34:33 +0100
Subject: [PATCH] Temporarily switch to `ubuntu-20.04` image (#4927)

---
 .../workflows/run-nethermind-tests-with-code-coverage.yml   | 4 ++--
 .github/workflows/run-nethermind-tests.yml                  | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/run-nethermind-tests-with-code-coverage.yml b/.github/workflows/run-nethermind-tests-with-code-coverage.yml
index f3e00f8b9ae..caa37594451 100644
--- a/.github/workflows/run-nethermind-tests-with-code-coverage.yml
+++ b/.github/workflows/run-nethermind-tests-with-code-coverage.yml
@@ -13,7 +13,7 @@ jobs:
     runs-on: ${{ matrix.os }}
     strategy:
       matrix:
-        os: [ubuntu-latest]
+        os: [ubuntu-20.04]
     steps:
     - uses: actions/checkout@v2
       with: 
@@ -190,7 +190,7 @@ jobs:
     runs-on: ${{ matrix.os }}
     strategy:
       matrix:
-        os: [ubuntu-latest]
+        os: [ubuntu-20.04]
     steps:
     - uses: actions/checkout@v2
     - name: Setting up dotnet
diff --git a/.github/workflows/run-nethermind-tests.yml b/.github/workflows/run-nethermind-tests.yml
index 80c3ffadb1f..536758697da 100644
--- a/.github/workflows/run-nethermind-tests.yml
+++ b/.github/workflows/run-nethermind-tests.yml
@@ -17,7 +17,7 @@ env:
 jobs:
   neth-tests:
     name: Running Nethermind Tests 1
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-20.04
     steps:
     - uses: actions/checkout@v3
       with:
@@ -168,7 +168,7 @@ jobs:
 
   neth-tests5:
     name: Running Nethermind Tests 5
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-20.04
     steps:
     - uses: actions/checkout@v3
       with:
@@ -205,7 +205,7 @@ jobs:
 
   neth-tests6:
     name: Running Nethermind Tests 6
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-20.04
     steps:
     - uses: actions/checkout@v3
       with: