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 8a40908 commit 9241206Copy full SHA for 9241206
.github/workflows/GnuTests.yml
@@ -248,8 +248,8 @@ jobs:
248
with:
249
path: ~/.cache/lima
250
key: lima-${{ steps.lima-actions-setup.outputs.version }}
251
- - name: Start Fedora VM with SELinux
252
- run: limactl start --plain --name=default --cpus=4 --disk=40 --memory=8 --network=lima:user-v2 template:fedora
+ - name: Start VM with SELinux
+ run: limactl start --plain --name=default --cpus=4 --disk=40 --memory=8 --network=lima:user-v2 template:almalinux
253
- name: Verify SELinux Status and Configuration
254
run: |
255
lima getenforce
0 commit comments