GitHub actions: update to Ubuntu 22.04 (#240)

The Ubuntu 18.04 CI image is deprecated:
https://github.com/actions/runner-images/issues/6002

Switch to the new 22.04 image instead.
This commit is contained in:
Tim 2022-10-14 16:05:53 +02:00 committed by GitHub
parent 089853173e
commit 2872548075
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-18.04, ubuntu-20.04]
os: [macos-latest, ubuntu-20.04, ubuntu-22.04]
# Steps represent a sequence of tasks that will be executed as part of the job
steps: