Update build.yml
Some checks failed
build / build with mms1.12 on oldlinux (push) Failing after 2m17s
build / build with mms1.12 on linux (push) Failing after 1m49s
build / build with mms1.12 on win (push) Has been cancelled
build / Release (push) Has been cancelled

This commit is contained in:
Accelerator
2025-07-01 18:38:29 +03:00
parent 763fbf3b96
commit e235106c86

View File

@ -30,20 +30,20 @@ jobs:
matrix: matrix:
os: os:
- ubuntu-latest - ubuntu-latest
- ubuntu-20.04 - ubuntu-22.04
- windows-latest - windows-latest
mm_version: mm_version:
- "master" - "1.12"
include: include:
- mm_version: "master" - mm_version: "1.12"
mm_branch: "master" mm_branch: "1.12-dev"
- os: ubuntu-latest - os: ubuntu-latest
os_short: linux os_short: linux
- os: ubuntu-20.04 - os: ubuntu-22.04
os_short: oldlinux os_short: oldlinux
- os: windows-latest - os: windows-latest