mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-06 18:08:26 +00:00
disable sm1.12 workflow builds since it has bugs
This commit is contained in:
parent
ce9d1e45b2
commit
d337145b5f
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -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"
|
||||
artifacts: "*.zip"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user