BitBoxSwiss / bitbox02-firmware

Firmware code of the BitBox02 hardware wallet
https://bitbox.swiss/bitbox02
Apache License 2.0
217 stars 81 forks source link

.github/workflows/ci.yml: update to ubuntu-22.04 #1052

Closed benma closed 1 year ago

benma commented 1 year ago

This is only for the CI base image. Our actual CI runs in a docker image that has an independent base image, which happens to be 22.04 as well.

This change is needed as GitHub deprecated ubuntu-18.04:

The ubuntu-18.04 environment is deprecated, consider switching to ubuntu-20.04 or ubuntu-22.04 (ubuntu-latest). For more details, see https://github.com/actions/runner-images/issues/6002