Skip to content

Commit

Permalink
Fix runs-on property
Browse files Browse the repository at this point in the history
  • Loading branch information
koczkatamas authored Apr 15, 2024
1 parent 5ee8262 commit 32829c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/kernelctf-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
permissions: {}
jobs:
cpu_info:
# runs-on: ubuntu-22.04-4core
runs-on: ubuntu-latest
steps:
- name: "KPTI check: cpuinfo"
continue-on-error: true
Expand Down

0 comments on commit 32829c0

Please sign in to comment.