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 }}