Skip to content

Commit

Permalink
Temporarily switch to ubuntu-20.04 image (#4927)
Browse files Browse the repository at this point in the history
  • Loading branch information
LukaszRozmej committed Nov 28, 2022
1 parent b42a006 commit b6261c7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-nethermind-tests-with-code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
os: [ubuntu-20.04]
steps:
- uses: actions/checkout@v2
with:
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/run-nethermind-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit b6261c7

Please sign in to comment.