mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-07 02:18:26 +00:00
disable sm1.12 workflow builds since it has bugs
This commit is contained in:
parent
ce9d1e45b2
commit
d337145b5f
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -7,7 +7,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
sm-version: [ '1.10', '1.11', '1.12' ]
|
sm-version: [ '1.10', '1.11' ] #, '1.12'
|
||||||
|
|
||||||
name: "Build SM ${{ matrix.sm-version }}"
|
name: "Build SM ${{ matrix.sm-version }}"
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user