diff --git a/.github/workflows/proof.yml b/.github/workflows/proof.yml index 2f06c8ad6..3b7230366 100644 --- a/.github/workflows/proof.yml +++ b/.github/workflows/proof.yml @@ -45,7 +45,7 @@ jobs: L4V_FEATURES: ${{ matrix.features }} session: ${{ matrix.session }} manifest: ${{ matrix.features == 'MCS' && 'mcs.xml' || 'default.xml' }} - isa_branch: ts-2024 + isa_branch: ${{ matrix.features == 'MCS' && 'ts-2024' || 'ts-2025' }} env: AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }} AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}