diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index cf68851ba2..fbb3dc33a6 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -156,14 +156,6 @@ jobs: batch-name: valid-mps os: ${{ matrix.test-platform }} - - name: Run tests for adequacy patch (CSR) - if: ${{ env.IS_RELEASE == 'true' }} - uses: ./.github/workflows/run-tests - with: - simtest-tag: ${{steps.simtest-version.outputs.prop}} - batch-name: adequacy-patch-CSR - os: ${{ matrix.test-platform }} - - name: Run medium-tests if: ${{ env.IS_RELEASE == 'true' }} uses: ./.github/workflows/run-tests diff --git a/.github/workflows/windows-release.yml b/.github/workflows/windows-release.yml index fcfcab0d59..652f02aa0a 100644 --- a/.github/workflows/windows-release.yml +++ b/.github/workflows/windows-release.yml @@ -60,11 +60,11 @@ jobs: key: | ${{ hashFiles( 'vcpkg_manifest/vcpkg.json' ) }}-${{ hashFiles( '.git/modules/vcpkg/HEAD' )}}-${{ matrix.triplet }} - - name: Setup Python 3.11 + - name: Setup Python 3.12 uses: actions/setup-python@v4 with: architecture: 'x64' - python-version: '3.11' + python-version: '3.12' - name : Install deps with VCPKG run: | @@ -148,13 +148,6 @@ jobs: path: 'simtest.json' prop_path: 'version' - - name: Run tests for adequacy patch (CSR) - uses: ./.github/workflows/run-tests - with: - simtest-tag: ${{steps.simtest-version.outputs.prop}} - batch-name: adequacy-patch-CSR - os: ${{ matrix.test-platform }} - - name: Run medium-tests uses: ./.github/workflows/run-tests with: