disable sm1.12 workflow builds since it has bugs

This commit is contained in:
rtldg 2023-11-18 03:47:05 +00:00 committed by GitHub
parent ce9d1e45b2
commit d337145b5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
sm-version: [ '1.10', '1.11', '1.12' ]
sm-version: [ '1.10', '1.11' ] #, '1.12'
name: "Build SM ${{ matrix.sm-version }}"
steps:
@ -75,4 +75,4 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
draft: true
name: ${{ github.ref_name }}
artifacts: "*.zip"
artifacts: "*.zip"