From 932faed3092f7a3dba666a74fbbc74a0080ad378 Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Wed, 17 May 2023 15:03:46 +0200 Subject: [PATCH] Switch ci to ubuntu 20.04 --- .github/workflows/pull_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index c35dbb4..653568d 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -9,7 +9,7 @@ jobs: build_job: name: Build Pull Request - runs-on: ubuntu-18.04 + runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v1