From d337145b5fda3e21073138527e4595ffb7dffe14 Mon Sep 17 00:00:00 2001 From: rtldg <55846624+rtldg@users.noreply.github.com> Date: Sat, 18 Nov 2023 03:47:05 +0000 Subject: [PATCH] disable sm1.12 workflow builds since it has bugs --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"