Skip to content

Commit 32829c0

Browse files
authored
Fix runs-on property
1 parent 5ee8262 commit 32829c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/kernelctf-test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
permissions: {}
66
jobs:
77
cpu_info:
8-
# runs-on: ubuntu-22.04-4core
8+
runs-on: ubuntu-latest
99
steps:
1010
- name: "KPTI check: cpuinfo"
1111
continue-on-error: true

0 commit comments

Comments
 (0)