From da06a0c2e83051c07ec9401e99723242bff5e857 Mon Sep 17 00:00:00 2001 From: Blottiere Paul Date: Thu, 1 May 2025 22:29:45 +0200 Subject: [PATCH] Use Ubuntu 22.04 runner to build the website --- .github/workflows/website.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index adadb767..29358fde 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -9,7 +9,7 @@ on: jobs: code: name: Website - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - name: Check out repository code uses: actions/checkout@v2