Skip to content

Commit

Permalink
ci: Bump used Ubuntu version
Browse files Browse the repository at this point in the history
  • Loading branch information
foxcpp committed Jan 20, 2024
1 parent 66185b9 commit 301c47d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 301c47d

Please sign in to comment.