diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 71b02d6117..7740495d07 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -18,7 +18,6 @@ jobs: - ubuntu_22.04-gcc_11-vtk_9.2.2-py_3.8 - ubuntu_22.04-clang_14-vtk_9.2.2-py_3.8 - ubuntu_22.04-gcc_12-vtk_9.3.0-py_3.8 - # - ubuntu_24.04-gcc_14-vtk_9.3.1-py_3.12 env: OUTPUT_DIR: '/tmp/artifacts' VT_TV_TESTS_ENABLED: 'ON' # Build & Test in all configurations diff --git a/.github/workflows/pushbasedockerimage.yml b/.github/workflows/pushbasedockerimage.yml index 145743f7e7..bb759753fb 100644 --- a/.github/workflows/pushbasedockerimage.yml +++ b/.github/workflows/pushbasedockerimage.yml @@ -16,22 +16,12 @@ on: - ubuntu_22.04-gcc_11-vtk_9.2.2-py_3.8 - ubuntu_22.04-clang_11-vtk_9.2.2-py_3.8 - ubuntu_22.04-gcc_12-vtk_9.3.0-py_3.8 - # - ubuntu_24.04-gcc_14-vtk_9.3.0-py_3.12 # FAILS default: ubuntu_22.04-gcc_12-vtk_9.3.0-py_3.8 jobs: push_to_registry: name: Build & Push runs-on: ubuntu-latest - # Please comment the matrix when using the dispatch event and use inputs instead. - # Matrix for build tests on push event. - # strategy: - # matrix: - # image: - # - ubuntu_22.04-gcc_11-vtk_9.2.2-py_3.8 - # - ubuntu_22.04-clang_14-vtk_9.2.2-py_3.8 - # - ubuntu_22.04-gcc_12-vtk_9.3.0-py_3.8 - # # - ubuntu_24.04-gcc_11-vtk_9.3.1-py_3.12 # FAILS steps: - name: Check out the repo uses: actions/checkout@v4