Skip to content

Commit

Permalink
disable sm1.12 workflow builds since it has bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
rtldg authored Nov 18, 2023
1 parent ce9d1e4 commit d337145
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -75,4 +75,4 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
draft: true
name: ${{ github.ref_name }}
artifacts: "*.zip"
artifacts: "*.zip"

0 comments on commit d337145

Please sign in to comment.