diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index c7c96ec1e8b..99ae0a48a65 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -1269,7 +1269,7 @@ jobs: path: ~/.cache/lima key: lima-${{ steps.lima-actions-setup.outputs.version }} - name: Start Fedora VM with SELinux - run: limactl start --plain --name=default --cpus=4 --disk=30 --memory=4 --network=lima:user-v2 template://fedora + run: limactl start --plain --name=default --cpus=4 --disk=30 --memory=4 --network=lima:user-v2 template:fedora - run: rsync -v -a -e ssh . lima-default:~/work/ - name: Setup Rust and other build deps in VM run: | diff --git a/.github/workflows/GnuTests.yml b/.github/workflows/GnuTests.yml index 8614b0274a4..1feb49677da 100644 --- a/.github/workflows/GnuTests.yml +++ b/.github/workflows/GnuTests.yml @@ -197,7 +197,7 @@ jobs: path: ~/.cache/lima key: lima-${{ steps.lima-actions-setup.outputs.version }} - name: Start Fedora VM with SELinux - run: limactl start --plain --name=default --cpus=4 --disk=40 --memory=8 --network=lima:user-v2 template://fedora + run: limactl start --plain --name=default --cpus=4 --disk=40 --memory=8 --network=lima:user-v2 template:fedora - name: Verify SELinux Status and Configuration run: | lima getenforce