Skip to content

Commit

Permalink
CI: Use self-host-runner build kernel
Browse files Browse the repository at this point in the history
Modify the build kernel action workflow to self-host-runner build kernel
  • Loading branch information
opsiff authored Jun 5, 2024
1 parent 6464bb8 commit 18900c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-kernel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ permissions:

jobs:
build-kernel:
runs-on: ubuntu-latest
runs-on: kernel-ci-x86
steps:
- name: "Update APT sources"
run: |
Expand Down

0 comments on commit 18900c4

Please sign in to comment.