reenable workflows on sm 1.12 to check for problem

This commit is contained in:
rtldg 2024-10-27 07:53:23 +00:00
parent 9434dc9438
commit d4d5004615

View File

@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
sm-version: [ '1.11' ] #, '1.12'
sm-version: [ '1.11', '1.12' ]
name: "Build SM ${{ matrix.sm-version }}"
steps: