Skip to content

Commit

Permalink
Merge pull request #82 from ashokpariya0/fix-for-nonexistent-pkgs
Browse files Browse the repository at this point in the history
Remove non-existent package msbuild in latest ubuntu images
  • Loading branch information
kubevirt-bot authored Dec 17, 2024
2 parents 5e1af16 + e7d249e commit 1f29497
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build-linters-unit-tests:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:

- uses: actions/checkout@v3
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Test
run: ENVTEST_VERSION="release-0.17" make test
e2e:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:

- uses: actions/checkout@v3
Expand All @@ -57,7 +57,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: Start cluster
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-img.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:
jobs:
push-amd64:
name: Image push/amd64
runs-on: ubuntu-22.04
runs-on: ubuntu-latest

permissions:
contents: write
Expand Down

0 comments on commit 1f29497

Please sign in to comment.