From 2872548075e63bc83a0b960e2813b16571998563 Mon Sep 17 00:00:00 2001 From: Tim <45259958+carlfriedrich@users.noreply.github.com> Date: Fri, 14 Oct 2022 16:05:53 +0200 Subject: [PATCH] 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. --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 62eabc8..89e2795 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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: