From 02f1c0bbcfdf3eac6c8ea460272094107c136270 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Wed, 12 Feb 2025 13:14:31 +0100 Subject: [PATCH] ci: bump ubuntu-20.04 to ubuntu-22.04 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9c92f3d..7bba52d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ permissions: jobs: build-test: if: github.repository == 'akka/akka-http-quickstart-scala.g8' - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - name: Checkout