From d4d50046150bef247feed543b35ced9dc6dfcfd3 Mon Sep 17 00:00:00 2001 From: rtldg Date: Sun, 27 Oct 2024 07:53:23 +0000 Subject: [PATCH] reenable workflows on sm 1.12 to check for problem --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 136a28fd..4237eede 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.11' ] #, '1.12' + sm-version: [ '1.11', '1.12' ] name: "Build SM ${{ matrix.sm-version }}" steps: