diff --git a/.github/workflows/server-test.yml b/.github/workflows/server-test.yml index e6e710a66..9b63b4264 100644 --- a/.github/workflows/server-test.yml +++ b/.github/workflows/server-test.yml @@ -13,7 +13,7 @@ on: paths: ['**/CMakeLists.txt', '**/Makefile', '**/*.h', '**/*.hpp', '**/*.c', '**/*.cpp', '**/*.cu', '**/*.swift', '**/*.m', 'examples/server/**.*'] jobs: - ubuntu-latest-cmake: + ubuntu: runs-on: ubuntu-latest container: image: ubuntu:latest @@ -35,7 +35,7 @@ jobs: defines: '-DLLAMA_NATIVE=OFF -DLLAMA_BUILD_SERVER=ON -DLLAMA_AVX2=OFF' - build: 'avx512' defines: '-DLLAMA_NATIVE=OFF -DLLAMA_BUILD_SERVER=ON -DLLAMA_AVX512=ON' - arch_not_available: true + experimental: true - build: 'clblast' defines: '-DLLAMA_NATIVE=OFF -DLLAMA_BUILD_SERVER=ON -DLLAMA_CLBLAST=ON' arch_not_available: true