Update build.yml
Some checks failed
build / build with mms${{ matrix.mm_version }} on ${{ matrix.os_short }} (master, master, ubuntu-20.04, oldlinux) (push) Failing after 2m50s
build / build with mms${{ matrix.mm_version }} on ${{ matrix.os_short }} (master, master, ubuntu-latest, linux) (push) Failing after 15m59s
build / build with mms${{ matrix.mm_version }} on ${{ matrix.os_short }} (master, master, windows-latest, win) (push) Has been cancelled
build / Release (push) Has been cancelled

This commit is contained in:
Accelerator 2024-06-17 17:00:44 +03:00
parent e5e9bac1c0
commit c510965a8a

View File

@ -1,6 +1,7 @@
name: build
on:
workflow_dispatch:
push:
branches:
- main
@ -29,6 +30,7 @@ jobs:
matrix:
os:
- ubuntu-latest
- ubuntu-20.04
- windows-latest
mm_version:
@ -41,6 +43,9 @@ jobs:
- os: ubuntu-latest
os_short: linux
- os: ubuntu-20.04
os_short: oldlinux
- os: windows-latest
os_short: win