Skip to content

Commit d4d5004

Browse files
committed
reenable workflows on sm 1.12 to check for problem
1 parent 9434dc9 commit d4d5004

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
sm-version: [ '1.11' ] #, '1.12'
10+
sm-version: [ '1.11', '1.12' ]
1111

1212
name: "Build SM ${{ matrix.sm-version }}"
1313
steps:

0 commit comments

Comments
 (0)