ci(build_test): remove the 8 bit option

This commit is contained in:
Gabor Kiss-Vamosi
2023-07-05 13:08:31 +02:00
parent f753265a79
commit 0e10ee94d1

View File

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