Skip to content

Commit

Permalink
Remove non-existent package msbuild in latest ubuntu images. (#1955)
Browse files Browse the repository at this point in the history
Signed-off-by: Ashok Pariya <[email protected]>
  • Loading branch information
ashokpariya0 authored Dec 19, 2024
1 parent 02a9c81 commit 77459b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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-22.04
runs-on: ubuntu-latest
steps:

- uses: actions/checkout@v3
Expand All @@ -20,7 +20,7 @@ jobs:
azure-cli aspnetcore-* dotnet-* ghc-* firefox \
google-chrome-stable \
llvm-* microsoft-edge-stable mono-* \
msbuild mysql-server-core-* php-* php7* \
mysql-server-core-* php-* php7* \
powershell temurin-* zulu-*
- name: Run e2e tests
Expand Down

0 comments on commit 77459b1

Please sign in to comment.