Skip to content

Commit dfb3cc9

Browse files
authored
Update .github/workflows/compile.yml
Upgraded Linux AVX512 to Ubuntu 24
1 parent c62980f commit dfb3cc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
arch: x64
4141
- build: 'avx512'
4242
defines: '-DGGML_AVX512=ON'
43-
os: ubuntu-20.04
43+
os: ubuntu-24.04
4444
arch: x64
4545
- build: 'aarch64'
4646
defines: '-DGGML_NATIVE=OFF -DGGML_CPU_AARCH64=ON -DGGML_CPU_ARM_ARCH=armv8-a'

0 commit comments

Comments
 (0)