From 4762aab707432a095e917f3ffaa553fe66837832 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Thu, 25 Jul 2024 18:08:27 +0200 Subject: [PATCH] CI: Use newer runner ubuntu-22.04 Signed-off-by: Stefan Weil --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cff78c0385d..78d472477a0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,7 +17,7 @@ jobs: # This workflow contains a single job called "build" build: # The type of runner that the job will run on - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 # Steps represent a sequence of tasks that will be executed as part of the job steps: - name: update chrome to latest stable