File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ permissions:
2020jobs :
2121 basic-checks :
2222 name : Basic Checks
23- runs-on : ${{ github.repository == 'hyperledger/fabric' && 'fabric-ubuntu-20 .04' || 'ubuntu-20 .04' }}
23+ runs-on : ${{ github.repository == 'hyperledger/fabric' && 'fabric-ubuntu-22 .04' || 'ubuntu-22 .04' }}
2424 steps :
2525 - uses : actions/checkout@v4
2626 name : Checkout Fabric Code
3333 unit-tests :
3434 name : Unit Tests
3535 needs : basic-checks
36- runs-on : ${{ github.repository == 'hyperledger/fabric' && 'fabric-ubuntu-20 .04' || 'ubuntu-20 .04' }}
36+ runs-on : ${{ github.repository == 'hyperledger/fabric' && 'fabric-ubuntu-22 .04' || 'ubuntu-22 .04' }}
3737 steps :
3838 - uses : actions/checkout@v4
3939 name : Checkout Fabric Code
6161 - discovery gossip devmode pluggable
6262 - gateway idemix pkcs11 configtx configtxlator
6363 - sbe nwo msp
64- runs-on : ${{ github.repository == 'hyperledger/fabric' && 'fabric-ubuntu-20 .04' || 'ubuntu-20 .04' }}
64+ runs-on : ${{ github.repository == 'hyperledger/fabric' && 'fabric-ubuntu-22 .04' || 'ubuntu-22 .04' }}
6565 steps :
6666 - uses : actions/checkout@v4
6767 name : Checkout Fabric Code
You can’t perform that action at this time.
0 commit comments