Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
Use ubuntu 22.04, maybe we can move to 24.04 also in another PR.

Signed-off-by: Eric Curtin <ecurtin@redhat.com>
  • Loading branch information
ericcurtin committed Sep 24, 2024
1 parent ab488f1 commit 040c6ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: ci
on: [push, pull_request]
jobs:
linux:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: install bats
Expand Down

0 comments on commit 040c6ae

Please sign in to comment.