ethereum / fe

Emerging smart contract language for the Ethereum blockchain.
https://fe-lang.org
Other
1.6k stars 179 forks source link

github CI: use ubuntu 20.04 #957

Open sbillig opened 10 months ago

sbillig commented 10 months ago

What was wrong?

fe fails to run on ubuntu 20.04 due to libssl version mismatch. I believe an ubuntu 20.04 build will work on newer ubuntu releases.

How was it fixed?

To-Do