We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a91ad0 commit 0c5b687Copy full SHA for 0c5b687
.github/workflows/test-okd-bundle.yml
@@ -6,7 +6,7 @@ on:
6
jobs:
7
build:
8
name: Run OKD bundle with crc
9
- runs-on: ubuntu-latest
+ runs-on: ubuntu-24.04
10
strategy:
11
fail-fast: false
12
matrix:
@@ -31,9 +31,7 @@ jobs:
31
- name: Install required virtualization software
32
run: |
33
sudo apt-get update
34
- sudo apt install qemu-kvm libvirt-daemon libvirt-daemon-system
35
- # This package may not be present depending on Ubuntu version
36
- sudo apt install virtiofsd || true
+ sudo apt install qemu-kvm libvirt-daemon libvirt-daemon-system virtiofsd
37
sudo usermod -a -G libvirt $USER
38
- name: Remove unwanted stuff to free up disk image
39
0 commit comments