Skip to content
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.

Use Ubuntu 20.04 for Github Actions #1024

Merged
merged 1 commit into from
Dec 5, 2022
Merged

Commits on Dec 5, 2022

  1. Use Ubuntu 20.04 for Github Actions

    - `ubuntu-latest` is currently set to Ubuntu-22.04 which we have issues with when linking the bundled OpenSSL library.
    - `ubuntu-latest` is however in a rollout stage. Therefore, we might either use an instance of Ubuntu-22.04 or Ubuntu-20.04 – see actions/runner-images#6399
    - We should set the image to `ubuntu-20.04` until the linking issue with OpenSSL is solved on newer images
    fmrsabino committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    93c2b79 View commit details
    Browse the repository at this point in the history