From 301c47d81547cb2ca22abec6312df0d7ae69a84c Mon Sep 17 00:00:00 2001 From: "fox.cpp" Date: Sat, 20 Jan 2024 20:57:37 +0300 Subject: [PATCH] ci: Bump used Ubuntu version --- .github/workflows/cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 7c8ab81d..ddff0c69 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -10,7 +10,7 @@ on: jobs: build-and-test: name: "Build and test" - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: "Install libpam"