mirror of https://github.com/google/gemma.cpp.git
Update runners to ubuntu-24.04 from deprecated ubuntu-20.04 label
This commit is contained in:
parent
4a924f1794
commit
304dc79430
|
|
@ -101,7 +101,7 @@ jobs:
|
||||||
kernel_type: script
|
kernel_type: script
|
||||||
|
|
||||||
bazel:
|
bazel:
|
||||||
runs-on: ubuntu-latest
|
runs-on: 'ubuntu-24.04'
|
||||||
steps:
|
steps:
|
||||||
- name: Harden Runner
|
- name: Harden Runner
|
||||||
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
|
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue