diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml index 2862e5d..9075078 100644 --- a/.github/workflows/ci_tests.yml +++ b/.github/workflows/ci_tests.yml @@ -134,12 +134,6 @@ jobs: ] } - install-test: - uses: bemanproject/infra-workflows/.github/workflows/reusable-beman-install-test.yml@1.5.0 - with: - image: ghcr.io/bemanproject/infra-containers-gcc:latest - cxx_standard: 26 - create-issue-when-fault: needs: [preset-test, build-and-test] if: failure() && github.event_name == 'schedule'