hyperledger / fabric

Hyperledger Fabric is an enterprise-grade permissioned distributed ledger framework for developing solutions and applications. Its modular and versatile design satisfies a broad range of industry use cases. It offers a unique approach to consensus that enables performance at scale while preserving privacy.
https://wiki.hyperledger.org/display/fabric
Apache License 2.0
15.76k stars 8.86k forks source link

Update github workflows to ubuntu 22.04 #4986

Closed denyeart closed 2 months ago

denyeart commented 2 months ago

Update github workflows to ubuntu 22.04.

denyeart commented 2 months ago

@ryjones Would we be able to get runners for fabric-ubuntu-22.04?

ryjones commented 2 months ago

@ryjones Would we be able to get runners for fabric-ubuntu-22.04?

Yes

ryjones commented 2 months ago

@ryjones Would we be able to get runners for fabric-ubuntu-22.04?

Yes

fabric-ubuntu-latest is already 22.04. do you want fabric-ubuntu-latest to be 24.04, and a specific runner for 22.04?

denyeart commented 2 months ago

@ryjones Would we be able to get runners for fabric-ubuntu-22.04?

Yes

fabric-ubuntu-latest is already 22.04. do you want fabric-ubuntu-latest to be 24.04, and a specific runner for 22.04?

@ryjones If fabric-ubuntu-latest will remain at 22.04 until we explicitly move up, we can use fabric-ubuntu-latest. What I'm trying to avoid is having fabric-ubuntu-latest move up without our knowledge and consent. For that reason I thought it would be safer to use fabric-ubuntu-22.04. But if fabric-ubuntu-latest will stay at 22.04 then we can use it.

denyeart commented 2 months ago

Talked to Ry, we're just going to use fabric-ubuntu-22.04 for the time being.