mirror of
https://github.com/yaakov-h/scream-driver.git
synced 2024-11-21 17:04:50 +00:00
newer ubuntu pls
This commit is contained in:
parent
9e1e3c0991
commit
55dbaae2a8
1 changed files with 1 additions and 4 deletions
5
.github/workflows/ci.yaml
vendored
5
.github/workflows/ci.yaml
vendored
|
@ -8,11 +8,8 @@ on:
|
|||
|
||||
jobs:
|
||||
ci:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-24.04
|
||||
steps:
|
||||
- name: Get Linux kernel headers
|
||||
run: sudo apt install -y linux-headers-$(uname -r)
|
||||
|
||||
- name: Get code
|
||||
uses: actions/checkout@v3
|
||||
|
||||
|
|
Loading…
Reference in a new issue