Skip to content

Commit

Permalink
ubuntu 20.04 workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
deffrian committed Nov 22, 2022
1 parent 81f6d18 commit 77701f6
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 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 @@ -48,7 +48,7 @@ jobs:
neth-tests2:
name: Running Nethermind Tests 2
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
neth-tests3:
name: Running Nethermind Tests 3
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
neth-tests4:
name: Running Nethermind Tests 4
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -165,7 +165,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 @@ -202,7 +202,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 Expand Up @@ -233,7 +233,7 @@ jobs:
neth-tests-cortex:
name: Running Cortex Tests
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -267,7 +267,7 @@ jobs:
neth-runner:
name: Nethermind Runner Tests
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -292,7 +292,7 @@ jobs:
eth-tests1:
name: Running Ethereum Tests 1
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -307,7 +307,7 @@ jobs:
eth-tests2:
name: Running Ethereum Tests 2
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -325,7 +325,7 @@ jobs:
eth-tests3:
name: Running Ethereum Tests 3
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 77701f6

Please sign in to comment.