Skip to content

Commit 97c224b

Browse files
committed
Bump remaining github action to ubuntu-22.04 (release-2.5)
Bump remaining github action to ubuntu-22.04 (release-2.5). Signed-off-by: David Enyeart <enyeart@us.ibm.com>
1 parent f9c6d66 commit 97c224b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/verify-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ permissions:
2020
jobs:
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
@@ -33,7 +33,7 @@ jobs:
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
@@ -61,7 +61,7 @@ jobs:
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

0 commit comments

Comments
 (0)