Skip to content

Commit c62980f

Browse files
authored
Apply suggestions from code review
Upgraded Linux runners to Ubuntu 24.04
1 parent 6becd43 commit c62980f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/compile.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,23 +28,23 @@ jobs:
2828
include:
2929
- build: 'noavx'
3030
defines: '-DGGML_AVX=OFF -DGGML_AVX2=OFF -DGGML_FMA=OFF'
31-
os: ubuntu-20.04
31+
os: ubuntu-24.04
3232
arch: x64
3333
- build: 'avx2'
3434
defines: ''
35-
os: ubuntu-20.04
35+
os: ubuntu-24.04
3636
arch: x64
3737
- build: 'avx'
3838
defines: '-DGGML_AVX2=OFF'
39-
os: ubuntu-20.04
39+
os: ubuntu-24.04
4040
arch: x64
4141
- build: 'avx512'
4242
defines: '-DGGML_AVX512=ON'
4343
os: ubuntu-20.04
4444
arch: x64
4545
- build: 'aarch64'
4646
defines: '-DGGML_NATIVE=OFF -DGGML_CPU_AARCH64=ON -DGGML_CPU_ARM_ARCH=armv8-a'
47-
os: ubuntu-22.04-arm
47+
os: ubuntu-24.04-arm
4848
arch: arm64
4949
runs-on: ${{ matrix.os }}
5050
steps:

0 commit comments

Comments
 (0)