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"