From 0e10ee94d178ab66eda5ce838323b4ecffcf072c Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Wed, 5 Jul 2023 13:08:31 +0200 Subject: [PATCH] ci(build_test): remove the 8 bit option --- .github/workflows/ccpp.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index 5274d67ec..e096691fe 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -14,8 +14,7 @@ jobs: matrix: # A valid option parameter to the cmake file. # See BUILD_OPTIONS in tests/CMakeLists.txt. - build_option: ['OPTIONS_NORMAL_8BIT', - 'OPTIONS_16BIT', + build_option: ['OPTIONS_16BIT', 'OPTIONS_24BIT', 'OPTIONS_FULL_32BIT'] name: Build ${{ matrix.build_option }}