23
23
# ###[error] natupnp_test.go:165: not discovered
24
24
# must be sommething with Github Actions VM networking setup.
25
25
# Event Ubuntu requires a workaround
26
- os : [ "ubuntu-18 .04" ]
26
+ os : [ "ubuntu-20 .04" ]
27
27
env :
28
28
QUORUM_IGNORE_TEST_PACKAGES : github.com/ethereum/go-ethereum/les,github.com/ethereum/go-ethereum/les/flowcontrol,github.com/ethereum/go-ethereum/mobile
29
29
runs-on : ${{ matrix.os }}
51
51
make test all
52
52
docker-build :
53
53
name : ' Build Docker image'
54
- runs-on : ubuntu-18 .04
54
+ runs-on : ubuntu-20 .04
55
55
steps :
56
56
- name : ' Check out project files'
57
57
uses : actions/checkout@v2
@@ -123,7 +123,7 @@ jobs:
123
123
- ' mps-mixed-network-psr-check || networks/template::istanbul-4nodes-mps-mixed'
124
124
- ' (basic && !nosupport && !mps && !(spam && !raw) && !eth-api-signed && !privacy-enhancements-disabled && !graphql && !async && !extension && !storage-root && !personal-api-signed) || networks/typical-besu::ibft2'
125
125
- ' (basic && !nosupport && !mps && !(spam && !raw) && !eth-api-signed && !privacy-enhancements-disabled && !graphql && !async && !extension && !storage-root && !personal-api-signed) || networks/typical-hybrid::hybrid'
126
- runs-on : ubuntu-18 .04
126
+ runs-on : ubuntu-20 .04
127
127
steps :
128
128
- name : ' Download workflow artifact - Docker image'
129
129
uses : actions/download-artifact@v1
@@ -235,7 +235,7 @@ jobs:
235
235
privacy-enhancements : false
236
236
privacy-precompile : true
237
237
privacy-marker-transactions : false # do not enable pmts as the test will do this on the necessary nodes
238
- runs-on : ubuntu-18 .04
238
+ runs-on : ubuntu-20 .04
239
239
steps :
240
240
- name : ' Download workflow artifact - Docker image'
241
241
uses : actions/download-artifact@v1
@@ -274,7 +274,7 @@ jobs:
274
274
name : Run PEEPS tests
275
275
needs :
276
276
- docker-build
277
- runs-on : ubuntu-18 .04
277
+ runs-on : ubuntu-20 .04
278
278
steps :
279
279
- name : ' Checkout'
280
280
uses : actions/checkout@v2
@@ -313,7 +313,7 @@ jobs:
313
313
- build
314
314
- acceptance-tests-basic
315
315
- acceptance-tests-extra
316
- runs-on : ubuntu-18 .04
316
+ runs-on : ubuntu-20 .04
317
317
steps :
318
318
- name : ' Checkout'
319
319
uses : actions/checkout@v2
@@ -331,7 +331,7 @@ jobs:
331
331
needs :
332
332
- build
333
333
- publish-docker
334
- runs-on : ubuntu-18 .04
334
+ runs-on : ubuntu-20 .04
335
335
steps :
336
336
- name : ' Setup metadata'
337
337
id : setup
0 commit comments