Skip to content

Commit 9241206

Browse files
authored
GnuTests.yml: Use AlmaLinux VM for faster setip
1 parent 8a40908 commit 9241206

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/GnuTests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,8 +248,8 @@ jobs:
248248
with:
249249
path: ~/.cache/lima
250250
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
251+
- name: Start VM with SELinux
252+
run: limactl start --plain --name=default --cpus=4 --disk=40 --memory=8 --network=lima:user-v2 template:almalinux
253253
- name: Verify SELinux Status and Configuration
254254
run: |
255255
lima getenforce

0 commit comments

Comments
 (0)