Skip to content

Commit

Permalink
ci, swtpm: Pin to a supported version ubuntu 20.04
Browse files Browse the repository at this point in the history
The CI is currently running with the latest ubuntu version (22.04)
The latter does not support the use the swtpm package currently used.
In order to allow the CI to work, temporarilly downgrading the ubuntu
version to the former one 20.04.
This does not affect the actual CI testing as they are run on the RHCOS
VM.

Signed-off-by: Ram Lavi <ralavi@redhat.com>
  • Loading branch information
RamLavi committed Mar 28, 2023
1 parent 796b857 commit 161a421
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 @@ -11,7 +11,7 @@ on:
jobs:
test:
name: Test
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 161a421

Please sign in to comment.