Skip to content

Commit

Permalink
Update workflow to use Ubuntu 22.04
Browse files Browse the repository at this point in the history
It has been observed that build actions, such as free disk space, are broken
with ubuntu-latest, which now points to Ubuntu 24.04. To resolve this,
we are switching to the ubuntu-22.04 tag, which was previously used by ubuntu-latest.

Signed-off-by: Ashok Pariya <[email protected]>
  • Loading branch information
ashokpariya0 authored and oshoval committed Dec 16, 2024
1 parent cfe15d1 commit eb83bea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/kubevirt-ipam-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Kubevirt IPAM controller Tests
on: [pull_request]
jobs:
e2e:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:

- uses: actions/checkout@v3
Expand Down

0 comments on commit eb83bea

Please sign in to comment.