diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fdd49b9c..e1dcd3c3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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" \ No newline at end of file + artifacts: "*.zip"