diff --git a/.github/workflows/ci_workflow.yml b/.github/workflows/ci_workflow.yml index 64ace0bbc..cc551635e 100644 --- a/.github/workflows/ci_workflow.yml +++ b/.github/workflows/ci_workflow.yml @@ -174,38 +174,6 @@ jobs: vfx-cy: 2023 exclude-tests: - # ------------------------------------------------------------------- - # VFX CY2022 - GCC, Release - # ------------------------------------------------------------------- - # Shared, Release - - build: 8 - build-type: Release - build-shared: 'ON' - cxx-standard: 17 - cxx-compiler: g++ - cc-compiler: gcc - compiler-desc: gcc9.3.1 - label: - threads-enabled: 'ON' - vfx-cy: 2022 - exclude-tests: - - # ------------------------------------------------------------------- - # VFX CY2021 - GCC, Release - # ------------------------------------------------------------------- - # Shared, Release - - build: 9 - build-type: Release - build-shared: 'ON' - cxx-standard: 17 - cxx-compiler: g++ - cc-compiler: gcc - compiler-desc: gcc9.3.1 - label: - threads-enabled: 'ON' - vfx-cy: 2021 - exclude-tests: - env: CXX: ${{ matrix.cxx-compiler }} CC: ${{ matrix.cc-compiler }}